Shades of Dodger Blue #367EFC
Tints of Dodger Blue #367EFC
RGB
CMYK
RGB Variations
Color information
#367EFC (or 0x367EFC) is known color: Dodger Blue. HEX triplet: 36, 7E and FC. RGB value is (54,126,252). Sum of RGB (Red+Green+Blue) = 54+126+252=432 (57% of max value = 765). Red value is 54 (21.48% from 255 or 12.5% from 432); Green value is 126 (49.61% from 255 or 29.17% from 432); Blue value is 252 (98.83% from 255 or 58.33% from 432); Max value from RGB is 252 - color contains mainly: blue. Hex color #367EFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #367EFC is #C98103. Grayscale: #767676. Windows color (decimal): -13205764 or 16547382. OLE color: 16547382.
HSL color Cylindrical-coordinate representation of color #367EFC: hue angle of 218.18º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #367EFC is Cyan = 0.79, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 54 | 126 | 252 | - |
| CMYK | 0.79 | 0.5 | 0 | 0.01 |
| HSL | 218.18º | 0.97% | 0.6% | - |
| HSV(B) | 218.18º | 0.79% | 0.99% | - |
| XYZ | 26.55 | 22.73 | 95.08 | - |
| YUV | 118.84 | 203.15 | 81.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 126 | 252 | 0.79 | 0.5 | 0 | 0.01 | 218.18 | 0.97 | 0.6 |
| Hex | 36 | 7E | FC | 4F | 32 | 0 | 1 | DA | 61 | 3C |
| Octal | 66 | 176 | 374 | 117 | 62 | 0 | 1 | 332 | 141 | 74 |
| Binary | 110110 | 1111110 | 11111100 | 1001111 | 110010 | 0 | 1 | 11011010 | 1100001 | 111100 |
Color Harmonies of #367EFC
Complementary color
Monochromatic Colors of #367EFC
Black with #367EFC
Text Example
Text Example
White with #367EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367EFC; }
p { color: rgb(54,126,252); }
H1.HeaderClassName
{
color: #367EFC;
}
.AnyTagClassName
{
color: #367EFC;
}
</style>
background-color css
<style>
a { background-color: #367EFC; }
a { background-color: rgb(54,126,252); }
div.DivClassName
{
background-color: #367EFC;
}
.BgClassName
{
background-color: #367EFC;
}
</style>
border-color css
<style>
span { border-color: #367EFC; }
span { border-color: rgb(54,126,252); }
td.TdClassName
{
border-color: #367EFC;
}
.TagClassName
{
border-color: #367EFC;
}
</style>