Shades of Dodger Blue #367AFF
Tints of Dodger Blue #367AFF
RGB
CMYK
RGB Variations
Color information
#367AFF (or 0x367AFF) is known color: Dodger Blue. HEX triplet: 36, 7A and FF. RGB value is (54,122,255). Sum of RGB (Red+Green+Blue) = 54+122+255=431 (57% of max value = 765). Red value is 54 (21.48% from 255 or 12.53% from 431); Green value is 122 (48.05% from 255 or 28.31% from 431); Blue value is 255 (100% from 255 or 59.16% from 431); Max value from RGB is 255 - color contains mainly: blue. Hex color #367AFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #367AFF is #C98500. Grayscale: #747474. Windows color (decimal): -13206785 or 16742966. OLE color: 16742966.
HSL color Cylindrical-coordinate representation of color #367AFF: hue angle of 219.7º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #367AFF is Cyan = 0.79, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 122 | 255 | - |
| CMYK | 0.79 | 0.52 | 0 | 0 |
| HSL | 219.7º | 1% | 0.61% | - |
| HSV(B) | 219.7º | 0.79% | 1% | - |
| XYZ | 26.53 | 21.92 | 97.44 | - |
| YUV | 116.83 | 205.97 | 83.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 122 | 255 | 0.79 | 0.52 | 0 | 0 | 219.7 | 1 | 0.61 |
| Hex | 36 | 7A | FF | 4F | 34 | 0 | 0 | DC | 64 | 3D |
| Octal | 66 | 172 | 377 | 117 | 64 | 0 | 0 | 334 | 144 | 75 |
| Binary | 110110 | 1111010 | 11111111 | 1001111 | 110100 | 0 | 0 | 11011100 | 1100100 | 111101 |
Color Harmonies of #367AFF
Complementary color
Monochromatic Colors of #367AFF
Black with #367AFF
Text Example
Text Example
White with #367AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367AFF; }
p { color: rgb(54,122,255); }
H1.HeaderClassName
{
color: #367AFF;
}
.AnyTagClassName
{
color: #367AFF;
}
</style>
background-color css
<style>
a { background-color: #367AFF; }
a { background-color: rgb(54,122,255); }
div.DivClassName
{
background-color: #367AFF;
}
.BgClassName
{
background-color: #367AFF;
}
</style>
border-color css
<style>
span { border-color: #367AFF; }
span { border-color: rgb(54,122,255); }
td.TdClassName
{
border-color: #367AFF;
}
.TagClassName
{
border-color: #367AFF;
}
</style>