Shades of Dodger Blue #0266FF
Tints of Dodger Blue #0266FF
RGB
CMYK
RGB Variations
Color information
#0266FF (or 0x0266FF) is known color: Dodger Blue. HEX triplet: 02, 66 and FF. RGB value is (2,102,255). Sum of RGB (Red+Green+Blue) = 2+102+255=359 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 255 (100% from 255 or 71.03% from 359); Max value from RGB is 255 - color contains mainly: blue. Hex color #0266FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0266FF is #FD9900. Grayscale: #585858. Windows color (decimal): -16619777 or 16737794. OLE color: 16737794.
HSL color Cylindrical-coordinate representation of color #0266FF: hue angle of 216.28º 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 #0266FF is Cyan = 0.99, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 102 | 255 | - |
| CMYK | 0.99 | 0.6 | 0 | 0 |
| HSL | 216.28º | 1% | 0.5% | - |
| HSV(B) | 216.28º | 0.99% | 1% | - |
| XYZ | 22.83 | 16.74 | 96.63 | - |
| YUV | 89.54 | 221.37 | 65.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 102 | 255 | 0.99 | 0.6 | 0 | 0 | 216.28 | 1 | 0.5 |
| Hex | 2 | 66 | FF | 63 | 3C | 0 | 0 | D8 | 64 | 32 |
| Octal | 2 | 146 | 377 | 143 | 74 | 0 | 0 | 330 | 144 | 62 |
| Binary | 10 | 1100110 | 11111111 | 1100011 | 111100 | 0 | 0 | 11011000 | 1100100 | 110010 |
Color Harmonies of #0266FF
Complementary color
Monochromatic Colors of #0266FF
Black with #0266FF
Text Example
Text Example
White with #0266FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0266FF; }
p { color: rgb(2,102,255); }
H1.HeaderClassName
{
color: #0266FF;
}
.AnyTagClassName
{
color: #0266FF;
}
</style>
background-color css
<style>
a { background-color: #0266FF; }
a { background-color: rgb(2,102,255); }
div.DivClassName
{
background-color: #0266FF;
}
.BgClassName
{
background-color: #0266FF;
}
</style>
border-color css
<style>
span { border-color: #0266FF; }
span { border-color: rgb(2,102,255); }
td.TdClassName
{
border-color: #0266FF;
}
.TagClassName
{
border-color: #0266FF;
}
</style>