Shades of Dodger Blue #129CF1
Tints of Dodger Blue #129CF1
RGB
CMYK
RGB Variations
Color information
#129CF1 (or 0x129CF1) is known color: Dodger Blue. HEX triplet: 12, 9C and F1. RGB value is (18,156,241). Sum of RGB (Red+Green+Blue) = 18+156+241=415 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.34% from 415); Green value is 156 (61.33% from 255 or 37.59% from 415); Blue value is 241 (94.53% from 255 or 58.07% from 415); Max value from RGB is 241 - color contains mainly: blue. Hex color #129CF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #129CF1 is #ED630E. Grayscale: #7B7B7B. Windows color (decimal): -15557391 or 15834130. OLE color: 15834130.
HSL color Cylindrical-coordinate representation of color #129CF1: hue angle of 202.87º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #129CF1 is Cyan = 0.93, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 156 | 241 | - |
| CMYK | 0.93 | 0.35 | 0 | 0.05 |
| HSL | 202.87º | 0.89% | 0.51% | - |
| HSV(B) | 202.87º | 0.93% | 0.95% | - |
| XYZ | 28.02 | 30.26 | 87.58 | - |
| YUV | 124.43 | 193.78 | 52.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 156 | 241 | 0.93 | 0.35 | 0 | 0.05 | 202.87 | 0.89 | 0.51 |
| Hex | 12 | 9C | F1 | 5D | 23 | 0 | 5 | CB | 59 | 33 |
| Octal | 22 | 234 | 361 | 135 | 43 | 0 | 5 | 313 | 131 | 63 |
| Binary | 10010 | 10011100 | 11110001 | 1011101 | 100011 | 0 | 101 | 11001011 | 1011001 | 110011 |
Color Harmonies of #129CF1
Complementary color
Monochromatic Colors of #129CF1
Black with #129CF1
Text Example
Text Example
White with #129CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129CF1; }
p { color: rgb(18,156,241); }
H1.HeaderClassName
{
color: #129CF1;
}
.AnyTagClassName
{
color: #129CF1;
}
</style>
background-color css
<style>
a { background-color: #129CF1; }
a { background-color: rgb(18,156,241); }
div.DivClassName
{
background-color: #129CF1;
}
.BgClassName
{
background-color: #129CF1;
}
</style>
border-color css
<style>
span { border-color: #129CF1; }
span { border-color: rgb(18,156,241); }
td.TdClassName
{
border-color: #129CF1;
}
.TagClassName
{
border-color: #129CF1;
}
</style>