Shades of Dodger Blue #1278F0
Tints of Dodger Blue #1278F0
RGB
CMYK
RGB Variations
Color information
#1278F0 (or 0x1278F0) is known color: Dodger Blue. HEX triplet: 12, 78 and F0. RGB value is (18,120,240). Sum of RGB (Red+Green+Blue) = 18+120+240=378 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.76% from 378); Green value is 120 (47.27% from 255 or 31.75% from 378); Blue value is 240 (94.14% from 255 or 63.49% from 378); Max value from RGB is 240 - color contains mainly: blue. Hex color #1278F0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1278F0 is #ED870F. Grayscale: #666666. Windows color (decimal): -15566608 or 15759378. OLE color: 15759378.
HSL color Cylindrical-coordinate representation of color #1278F0: hue angle of 212.43º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1278F0 is Cyan = 0.92, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 18 | 120 | 240 | - |
| CMYK | 0.92 | 0.5 | 0 | 0.06 |
| HSL | 212.43º | 0.88% | 0.51% | - |
| HSV(B) | 212.43º | 0.93% | 0.94% | - |
| XYZ | 22.69 | 19.85 | 85.07 | - |
| YUV | 103.18 | 205.21 | 67.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 120 | 240 | 0.92 | 0.5 | 0 | 0.06 | 212.43 | 0.88 | 0.51 |
| Hex | 12 | 78 | F0 | 5C | 32 | 0 | 6 | D4 | 58 | 33 |
| Octal | 22 | 170 | 360 | 134 | 62 | 0 | 6 | 324 | 130 | 63 |
| Binary | 10010 | 1111000 | 11110000 | 1011100 | 110010 | 0 | 110 | 11010100 | 1011000 | 110011 |
Color Harmonies of #1278F0
Complementary color
Monochromatic Colors of #1278F0
Black with #1278F0
Text Example
Text Example
White with #1278F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1278F0; }
p { color: rgb(18,120,240); }
H1.HeaderClassName
{
color: #1278F0;
}
.AnyTagClassName
{
color: #1278F0;
}
</style>
background-color css
<style>
a { background-color: #1278F0; }
a { background-color: rgb(18,120,240); }
div.DivClassName
{
background-color: #1278F0;
}
.BgClassName
{
background-color: #1278F0;
}
</style>
border-color css
<style>
span { border-color: #1278F0; }
span { border-color: rgb(18,120,240); }
td.TdClassName
{
border-color: #1278F0;
}
.TagClassName
{
border-color: #1278F0;
}
</style>