Shades of Dodger Blue #126CF1
Tints of Dodger Blue #126CF1
RGB
CMYK
RGB Variations
Color information
#126CF1 (or 0x126CF1) is known color: Dodger Blue. HEX triplet: 12, 6C and F1. RGB value is (18,108,241). Sum of RGB (Red+Green+Blue) = 18+108+241=367 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.90% from 367); Green value is 108 (42.58% from 255 or 29.43% from 367); Blue value is 241 (94.53% from 255 or 65.67% from 367); Max value from RGB is 241 - color contains mainly: blue. Hex color #126CF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #126CF1 is #ED930E. Grayscale: #5F5F5F. Windows color (decimal): -15569679 or 15821842. OLE color: 15821842.
HSL color Cylindrical-coordinate representation of color #126CF1: hue angle of 215.78º 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 #126CF1 is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 108 | 241 | - |
| CMYK | 0.93 | 0.55 | 0 | 0.05 |
| HSL | 215.78º | 0.89% | 0.51% | - |
| HSV(B) | 215.78º | 0.93% | 0.95% | - |
| XYZ | 21.49 | 17.2 | 85.41 | - |
| YUV | 96.25 | 209.68 | 72.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 108 | 241 | 0.93 | 0.55 | 0 | 0.05 | 215.78 | 0.89 | 0.51 |
| Hex | 12 | 6C | F1 | 5D | 37 | 0 | 5 | D8 | 59 | 33 |
| Octal | 22 | 154 | 361 | 135 | 67 | 0 | 5 | 330 | 131 | 63 |
| Binary | 10010 | 1101100 | 11110001 | 1011101 | 110111 | 0 | 101 | 11011000 | 1011001 | 110011 |
Color Harmonies of #126CF1
Complementary color
Monochromatic Colors of #126CF1
Black with #126CF1
Text Example
Text Example
White with #126CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126CF1; }
p { color: rgb(18,108,241); }
H1.HeaderClassName
{
color: #126CF1;
}
.AnyTagClassName
{
color: #126CF1;
}
</style>
background-color css
<style>
a { background-color: #126CF1; }
a { background-color: rgb(18,108,241); }
div.DivClassName
{
background-color: #126CF1;
}
.BgClassName
{
background-color: #126CF1;
}
</style>
border-color css
<style>
span { border-color: #126CF1; }
span { border-color: rgb(18,108,241); }
td.TdClassName
{
border-color: #126CF1;
}
.TagClassName
{
border-color: #126CF1;
}
</style>