Shades of Dodger Blue #129BF8
Tints of Dodger Blue #129BF8
RGB
CMYK
RGB Variations
Color information
#129BF8 (or 0x129BF8) is known color: Dodger Blue. HEX triplet: 12, 9B and F8. RGB value is (18,155,248). Sum of RGB (Red+Green+Blue) = 18+155+248=421 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.28% from 421); Green value is 155 (60.94% from 255 or 36.82% from 421); Blue value is 248 (97.27% from 255 or 58.91% from 421); Max value from RGB is 248 - color contains mainly: blue. Hex color #129BF8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #129BF8 is #ED6407. Grayscale: #7C7C7C. Windows color (decimal): -15557640 or 16292626. OLE color: 16292626.
HSL color Cylindrical-coordinate representation of color #129BF8: hue angle of 204.26º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #129BF8 is Cyan = 0.93, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 18 | 155 | 248 | - |
| CMYK | 0.93 | 0.38 | 0 | 0.03 |
| HSL | 204.26º | 0.94% | 0.52% | - |
| HSV(B) | 204.26º | 0.93% | 0.97% | - |
| XYZ | 28.91 | 30.35 | 93.14 | - |
| YUV | 124.64 | 197.61 | 51.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 155 | 248 | 0.93 | 0.38 | 0 | 0.03 | 204.26 | 0.94 | 0.52 |
| Hex | 12 | 9B | F8 | 5D | 26 | 0 | 3 | CC | 5E | 34 |
| Octal | 22 | 233 | 370 | 135 | 46 | 0 | 3 | 314 | 136 | 64 |
| Binary | 10010 | 10011011 | 11111000 | 1011101 | 100110 | 0 | 11 | 11001100 | 1011110 | 110100 |
Color Harmonies of #129BF8
Complementary color
Monochromatic Colors of #129BF8
Black with #129BF8
Text Example
Text Example
White with #129BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129BF8; }
p { color: rgb(18,155,248); }
H1.HeaderClassName
{
color: #129BF8;
}
.AnyTagClassName
{
color: #129BF8;
}
</style>
background-color css
<style>
a { background-color: #129BF8; }
a { background-color: rgb(18,155,248); }
div.DivClassName
{
background-color: #129BF8;
}
.BgClassName
{
background-color: #129BF8;
}
</style>
border-color css
<style>
span { border-color: #129BF8; }
span { border-color: rgb(18,155,248); }
td.TdClassName
{
border-color: #129BF8;
}
.TagClassName
{
border-color: #129BF8;
}
</style>