Shades of Dodger Blue #12A8F9
Tints of Dodger Blue #12A8F9
RGB
CMYK
RGB Variations
Color information
#12A8F9 (or 0x12A8F9) is known color: Dodger Blue. HEX triplet: 12, A8 and F9. RGB value is (18,168,249). Sum of RGB (Red+Green+Blue) = 18+168+249=435 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.14% from 435); Green value is 168 (66.02% from 255 or 38.62% from 435); Blue value is 249 (97.66% from 255 or 57.24% from 435); Max value from RGB is 249 - color contains mainly: blue. Hex color #12A8F9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12A8F9 is #ED5706. Grayscale: #838383. Windows color (decimal): -15554311 or 16361490. OLE color: 16361490.
HSL color Cylindrical-coordinate representation of color #12A8F9: hue angle of 201.04º 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 #12A8F9 is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 168 | 249 | - |
| CMYK | 0.93 | 0.33 | 0 | 0.02 |
| HSL | 201.04º | 0.95% | 0.52% | - |
| HSV(B) | 201.04º | 0.93% | 0.98% | - |
| XYZ | 31.35 | 34.97 | 94.72 | - |
| YUV | 132.38 | 193.81 | 46.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 168 | 249 | 0.93 | 0.33 | 0 | 0.02 | 201.04 | 0.95 | 0.52 |
| Hex | 12 | A8 | F9 | 5D | 21 | 0 | 2 | C9 | 5F | 34 |
| Octal | 22 | 250 | 371 | 135 | 41 | 0 | 2 | 311 | 137 | 64 |
| Binary | 10010 | 10101000 | 11111001 | 1011101 | 100001 | 0 | 10 | 11001001 | 1011111 | 110100 |
Color Harmonies of #12A8F9
Complementary color
Monochromatic Colors of #12A8F9
Black with #12A8F9
Text Example
Text Example
White with #12A8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A8F9; }
p { color: rgb(18,168,249); }
H1.HeaderClassName
{
color: #12A8F9;
}
.AnyTagClassName
{
color: #12A8F9;
}
</style>
background-color css
<style>
a { background-color: #12A8F9; }
a { background-color: rgb(18,168,249); }
div.DivClassName
{
background-color: #12A8F9;
}
.BgClassName
{
background-color: #12A8F9;
}
</style>
border-color css
<style>
span { border-color: #12A8F9; }
span { border-color: rgb(18,168,249); }
td.TdClassName
{
border-color: #12A8F9;
}
.TagClassName
{
border-color: #12A8F9;
}
</style>