Shades of Dodger Blue #129FFB
Tints of Dodger Blue #129FFB
RGB
CMYK
RGB Variations
Color information
#129FFB (or 0x129FFB) is known color: Dodger Blue. HEX triplet: 12, 9F and FB. RGB value is (18,159,251). Sum of RGB (Red+Green+Blue) = 18+159+251=428 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.21% from 428); Green value is 159 (62.5% from 255 or 37.15% from 428); Blue value is 251 (98.44% from 255 or 58.64% from 428); Max value from RGB is 251 - color contains mainly: blue. Hex color #129FFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #129FFB is #ED6004. Grayscale: #7E7E7E. Windows color (decimal): -15556613 or 16490258. OLE color: 16490258.
HSL color Cylindrical-coordinate representation of color #129FFB: hue angle of 203.69º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #129FFB is Cyan = 0.93, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 159 | 251 | - |
| CMYK | 0.93 | 0.37 | 0 | 0.02 |
| HSL | 203.69º | 0.97% | 0.53% | - |
| HSV(B) | 203.69º | 0.93% | 0.98% | - |
| XYZ | 30.06 | 31.89 | 95.84 | - |
| YUV | 127.33 | 197.79 | 50.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 159 | 251 | 0.93 | 0.37 | 0 | 0.02 | 203.69 | 0.97 | 0.53 |
| Hex | 12 | 9F | FB | 5D | 25 | 0 | 2 | CC | 61 | 35 |
| Octal | 22 | 237 | 373 | 135 | 45 | 0 | 2 | 314 | 141 | 65 |
| Binary | 10010 | 10011111 | 11111011 | 1011101 | 100101 | 0 | 10 | 11001100 | 1100001 | 110101 |
Color Harmonies of #129FFB
Complementary color
Monochromatic Colors of #129FFB
Black with #129FFB
Text Example
Text Example
White with #129FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129FFB; }
p { color: rgb(18,159,251); }
H1.HeaderClassName
{
color: #129FFB;
}
.AnyTagClassName
{
color: #129FFB;
}
</style>
background-color css
<style>
a { background-color: #129FFB; }
a { background-color: rgb(18,159,251); }
div.DivClassName
{
background-color: #129FFB;
}
.BgClassName
{
background-color: #129FFB;
}
</style>
border-color css
<style>
span { border-color: #129FFB; }
span { border-color: rgb(18,159,251); }
td.TdClassName
{
border-color: #129FFB;
}
.TagClassName
{
border-color: #129FFB;
}
</style>