Shades of Dodger Blue #1275F9
Tints of Dodger Blue #1275F9
RGB
CMYK
RGB Variations
Color information
#1275F9 (or 0x1275F9) is known color: Dodger Blue. HEX triplet: 12, 75 and F9. RGB value is (18,117,249). Sum of RGB (Red+Green+Blue) = 18+117+249=384 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.69% from 384); Green value is 117 (46.09% from 255 or 30.47% from 384); Blue value is 249 (97.66% from 255 or 64.84% from 384); Max value from RGB is 249 - color contains mainly: blue. Hex color #1275F9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1275F9 is #ED8A06. Grayscale: #656565. Windows color (decimal): -15567367 or 16348434. OLE color: 16348434.
HSL color Cylindrical-coordinate representation of color #1275F9: hue angle of 214.29º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1275F9 is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 117 | 249 | - |
| CMYK | 0.93 | 0.53 | 0 | 0.02 |
| HSL | 214.29º | 0.95% | 0.52% | - |
| HSV(B) | 214.29º | 0.93% | 0.98% | - |
| XYZ | 23.71 | 19.69 | 92.17 | - |
| YUV | 102.45 | 210.7 | 67.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 117 | 249 | 0.93 | 0.53 | 0 | 0.02 | 214.29 | 0.95 | 0.52 |
| Hex | 12 | 75 | F9 | 5D | 35 | 0 | 2 | D6 | 5F | 34 |
| Octal | 22 | 165 | 371 | 135 | 65 | 0 | 2 | 326 | 137 | 64 |
| Binary | 10010 | 1110101 | 11111001 | 1011101 | 110101 | 0 | 10 | 11010110 | 1011111 | 110100 |
Color Harmonies of #1275F9
Complementary color
Monochromatic Colors of #1275F9
Black with #1275F9
Text Example
Text Example
White with #1275F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1275F9; }
p { color: rgb(18,117,249); }
H1.HeaderClassName
{
color: #1275F9;
}
.AnyTagClassName
{
color: #1275F9;
}
</style>
background-color css
<style>
a { background-color: #1275F9; }
a { background-color: rgb(18,117,249); }
div.DivClassName
{
background-color: #1275F9;
}
.BgClassName
{
background-color: #1275F9;
}
</style>
border-color css
<style>
span { border-color: #1275F9; }
span { border-color: rgb(18,117,249); }
td.TdClassName
{
border-color: #1275F9;
}
.TagClassName
{
border-color: #1275F9;
}
</style>