#1B3BDA
#1B3BDA
ロイヤルブルー系
カラーコード変換
| 形式 | 値 | |
|---|---|---|
| HEX | #1B3BDA | |
| RGB | rgb(27, 59, 218) | |
| RGBA | rgba(27, 59, 218, 1) | |
| HSL | hsl(230, 78%, 48%) | |
| HSV | hsv(230, 88%, 85%) | |
| CMYK | cmyk(88%, 73%, 0%, 15%) |
Aa
白背景
7.82:1AA適合
Aa
黒背景
2.68:1不適合
配色パレット提案
CSSグラデーションサンプル
ライト → ダーク
linear-gradient(135deg, #8496F0, #1B3BDA, #0D1C68)補色グラデーション
linear-gradient(135deg, #1B3BDA, #DABA1B)類似色グラデーション
linear-gradient(135deg, #1B9ADA, #1B3BDA, #5B1BDA)ラジアルグロー
radial-gradient(circle, #1B3BDA, #0D1C68)サンセット風
linear-gradient(to right, #1B3BDA, #5B1BDA, #DABA1B)オーバーレイ
linear-gradient(180deg, #1B3BDACC, #1B3BDA33)CSS使用例
背景色として使用
Hello, World!
background-color: #1B3BDA;テキスト色として使用
Color Text
color: #1B3BDA;ボーダー色として使用
ボーダー要素
border: 3px solid #1B3BDA;シャドウとして使用
Shadow
box-shadow: 0 8px 32px #1B3BDA66;