Shades of Dodger Blue #026CFF
Tints of Dodger Blue #026CFF
RGB
CMYK
RGB Variations
Color information
#026CFF (or 0x026CFF) is known color: Dodger Blue. HEX triplet: 02, 6C and FF. RGB value is (2,108,255). Sum of RGB (Red+Green+Blue) = 2+108+255=365 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 365); Green value is 108 (42.58% from 255 or 29.59% from 365); Blue value is 255 (100% from 255 or 69.86% from 365); Max value from RGB is 255 - color contains mainly: blue. Hex color #026CFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #026CFF is #FD9300. Grayscale: #5C5C5C. Windows color (decimal): -16618241 or 16739330. OLE color: 16739330.
HSL color Cylindrical-coordinate representation of color #026CFF: hue angle of 214.86º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026CFF is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 108 | 255 | - |
| CMYK | 0.99 | 0.58 | 0 | 0 |
| HSL | 214.86º | 1% | 0.5% | - |
| HSV(B) | 214.86º | 0.99% | 1% | - |
| XYZ | 23.44 | 17.96 | 96.84 | - |
| YUV | 93.06 | 219.38 | 63.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 108 | 255 | 0.99 | 0.58 | 0 | 0 | 214.86 | 1 | 0.5 |
| Hex | 2 | 6C | FF | 63 | 3A | 0 | 0 | D7 | 64 | 32 |
| Octal | 2 | 154 | 377 | 143 | 72 | 0 | 0 | 327 | 144 | 62 |
| Binary | 10 | 1101100 | 11111111 | 1100011 | 111010 | 0 | 0 | 11010111 | 1100100 | 110010 |
Color Harmonies of #026CFF
Complementary color
Monochromatic Colors of #026CFF
Black with #026CFF
Text Example
Text Example
White with #026CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026CFF; }
p { color: rgb(2,108,255); }
H1.HeaderClassName
{
color: #026CFF;
}
.AnyTagClassName
{
color: #026CFF;
}
</style>
background-color css
<style>
a { background-color: #026CFF; }
a { background-color: rgb(2,108,255); }
div.DivClassName
{
background-color: #026CFF;
}
.BgClassName
{
background-color: #026CFF;
}
</style>
border-color css
<style>
span { border-color: #026CFF; }
span { border-color: rgb(2,108,255); }
td.TdClassName
{
border-color: #026CFF;
}
.TagClassName
{
border-color: #026CFF;
}
</style>