Shades of Dodger Blue #026EFB
Tints of Dodger Blue #026EFB
RGB
CMYK
RGB Variations
Color information
#026EFB (or 0x026EFB) is known color: Dodger Blue. HEX triplet: 02, 6E and FB. RGB value is (2,110,251). Sum of RGB (Red+Green+Blue) = 2+110+251=363 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 363); Green value is 110 (43.36% from 255 or 30.30% from 363); Blue value is 251 (98.44% from 255 or 69.15% from 363); Max value from RGB is 251 - color contains mainly: blue. Hex color #026EFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #026EFB is #FD9104. Grayscale: #5D5D5D. Windows color (decimal): -16617733 or 16477698. OLE color: 16477698.
HSL color Cylindrical-coordinate representation of color #026EFB: hue angle of 213.98º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026EFB is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 110 | 251 | - |
| CMYK | 0.99 | 0.56 | 0 | 0.02 |
| HSL | 213.98º | 0.98% | 0.5% | - |
| HSV(B) | 213.98º | 0.99% | 0.98% | - |
| XYZ | 23.01 | 18.13 | 93.55 | - |
| YUV | 93.78 | 216.72 | 62.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 110 | 251 | 0.99 | 0.56 | 0 | 0.02 | 213.98 | 0.98 | 0.5 |
| Hex | 2 | 6E | FB | 63 | 38 | 0 | 2 | D6 | 62 | 32 |
| Octal | 2 | 156 | 373 | 143 | 70 | 0 | 2 | 326 | 142 | 62 |
| Binary | 10 | 1101110 | 11111011 | 1100011 | 111000 | 0 | 10 | 11010110 | 1100010 | 110010 |
Color Harmonies of #026EFB
Complementary color
Monochromatic Colors of #026EFB
Black with #026EFB
Text Example
Text Example
White with #026EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026EFB; }
p { color: rgb(2,110,251); }
H1.HeaderClassName
{
color: #026EFB;
}
.AnyTagClassName
{
color: #026EFB;
}
</style>
background-color css
<style>
a { background-color: #026EFB; }
a { background-color: rgb(2,110,251); }
div.DivClassName
{
background-color: #026EFB;
}
.BgClassName
{
background-color: #026EFB;
}
</style>
border-color css
<style>
span { border-color: #026EFB; }
span { border-color: rgb(2,110,251); }
td.TdClassName
{
border-color: #026EFB;
}
.TagClassName
{
border-color: #026EFB;
}
</style>