Shades of Dodger Blue #369DF4
Tints of Dodger Blue #369DF4
RGB
CMYK
RGB Variations
Color information
#369DF4 (or 0x369DF4) is known color: Dodger Blue. HEX triplet: 36, 9D and F4. RGB value is (54,157,244). Sum of RGB (Red+Green+Blue) = 54+157+244=455 (60% of max value = 765). Red value is 54 (21.48% from 255 or 11.87% from 455); Green value is 157 (61.72% from 255 or 34.51% from 455); Blue value is 244 (95.70% from 255 or 53.63% from 455); Max value from RGB is 244 - color contains mainly: blue. Hex color #369DF4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #369DF4 is #C9620B. Grayscale: #878787. Windows color (decimal): -13197836 or 16031030. OLE color: 16031030.
HSL color Cylindrical-coordinate representation of color #369DF4: hue angle of 207.47º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #369DF4 is Cyan = 0.78, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 54 | 157 | 244 | - |
| CMYK | 0.78 | 0.36 | 0 | 0.04 |
| HSL | 207.47º | 0.9% | 0.58% | - |
| HSV(B) | 207.47º | 0.78% | 0.96% | - |
| XYZ | 29.91 | 31.43 | 90.08 | - |
| YUV | 136.12 | 188.88 | 69.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 157 | 244 | 0.78 | 0.36 | 0 | 0.04 | 207.47 | 0.9 | 0.58 |
| Hex | 36 | 9D | F4 | 4E | 24 | 0 | 4 | CF | 5A | 3A |
| Octal | 66 | 235 | 364 | 116 | 44 | 0 | 4 | 317 | 132 | 72 |
| Binary | 110110 | 10011101 | 11110100 | 1001110 | 100100 | 0 | 100 | 11001111 | 1011010 | 111010 |
Color Harmonies of #369DF4
Complementary color
Monochromatic Colors of #369DF4
Black with #369DF4
Text Example
Text Example
White with #369DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369DF4; }
p { color: rgb(54,157,244); }
H1.HeaderClassName
{
color: #369DF4;
}
.AnyTagClassName
{
color: #369DF4;
}
</style>
background-color css
<style>
a { background-color: #369DF4; }
a { background-color: rgb(54,157,244); }
div.DivClassName
{
background-color: #369DF4;
}
.BgClassName
{
background-color: #369DF4;
}
</style>
border-color css
<style>
span { border-color: #369DF4; }
span { border-color: rgb(54,157,244); }
td.TdClassName
{
border-color: #369DF4;
}
.TagClassName
{
border-color: #369DF4;
}
</style>