Shades of Dodger Blue #129DF1
Tints of Dodger Blue #129DF1
RGB
CMYK
RGB Variations
Color information
#129DF1 (or 0x129DF1) is known color: Dodger Blue. HEX triplet: 12, 9D and F1. RGB value is (18,157,241). Sum of RGB (Red+Green+Blue) = 18+157+241=416 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.33% from 416); Green value is 157 (61.72% from 255 or 37.74% from 416); Blue value is 241 (94.53% from 255 or 57.93% from 416); Max value from RGB is 241 - color contains mainly: blue. Hex color #129DF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #129DF1 is #ED620E. Grayscale: #7C7C7C. Windows color (decimal): -15557135 or 15834386. OLE color: 15834386.
HSL color Cylindrical-coordinate representation of color #129DF1: hue angle of 202.6º 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 #129DF1 is Cyan = 0.93, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 157 | 241 | - |
| CMYK | 0.93 | 0.35 | 0 | 0.05 |
| HSL | 202.6º | 0.89% | 0.51% | - |
| HSV(B) | 202.6º | 0.93% | 0.95% | - |
| XYZ | 28.18 | 30.59 | 87.64 | - |
| YUV | 125.02 | 193.45 | 51.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 157 | 241 | 0.93 | 0.35 | 0 | 0.05 | 202.6 | 0.89 | 0.51 |
| Hex | 12 | 9D | F1 | 5D | 23 | 0 | 5 | CB | 59 | 33 |
| Octal | 22 | 235 | 361 | 135 | 43 | 0 | 5 | 313 | 131 | 63 |
| Binary | 10010 | 10011101 | 11110001 | 1011101 | 100011 | 0 | 101 | 11001011 | 1011001 | 110011 |
Color Harmonies of #129DF1
Complementary color
Monochromatic Colors of #129DF1
Black with #129DF1
Text Example
Text Example
White with #129DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129DF1; }
p { color: rgb(18,157,241); }
H1.HeaderClassName
{
color: #129DF1;
}
.AnyTagClassName
{
color: #129DF1;
}
</style>
background-color css
<style>
a { background-color: #129DF1; }
a { background-color: rgb(18,157,241); }
div.DivClassName
{
background-color: #129DF1;
}
.BgClassName
{
background-color: #129DF1;
}
</style>
border-color css
<style>
span { border-color: #129DF1; }
span { border-color: rgb(18,157,241); }
td.TdClassName
{
border-color: #129DF1;
}
.TagClassName
{
border-color: #129DF1;
}
</style>