Shades of Dodger Blue #0268FF
Tints of Dodger Blue #0268FF
RGB
CMYK
RGB Variations
Color information
#0268FF (or 0x0268FF) is known color: Dodger Blue. HEX triplet: 02, 68 and FF. RGB value is (2,104,255). Sum of RGB (Red+Green+Blue) = 2+104+255=361 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 361); Green value is 104 (41.02% from 255 or 28.81% from 361); Blue value is 255 (100% from 255 or 70.64% from 361); Max value from RGB is 255 - color contains mainly: blue. Hex color #0268FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0268FF is #FD9700. Grayscale: #5A5A5A. Windows color (decimal): -16619265 or 16738306. OLE color: 16738306.
HSL color Cylindrical-coordinate representation of color #0268FF: hue angle of 215.81º 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 #0268FF is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 104 | 255 | - |
| CMYK | 0.99 | 0.59 | 0 | 0 |
| HSL | 215.81º | 1% | 0.5% | - |
| HSV(B) | 215.81º | 0.99% | 1% | - |
| XYZ | 23.03 | 17.13 | 96.7 | - |
| YUV | 90.72 | 220.71 | 64.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 104 | 255 | 0.99 | 0.59 | 0 | 0 | 215.81 | 1 | 0.5 |
| Hex | 2 | 68 | FF | 63 | 3B | 0 | 0 | D8 | 64 | 32 |
| Octal | 2 | 150 | 377 | 143 | 73 | 0 | 0 | 330 | 144 | 62 |
| Binary | 10 | 1101000 | 11111111 | 1100011 | 111011 | 0 | 0 | 11011000 | 1100100 | 110010 |
Color Harmonies of #0268FF
Complementary color
Monochromatic Colors of #0268FF
Black with #0268FF
Text Example
Text Example
White with #0268FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0268FF; }
p { color: rgb(2,104,255); }
H1.HeaderClassName
{
color: #0268FF;
}
.AnyTagClassName
{
color: #0268FF;
}
</style>
background-color css
<style>
a { background-color: #0268FF; }
a { background-color: rgb(2,104,255); }
div.DivClassName
{
background-color: #0268FF;
}
.BgClassName
{
background-color: #0268FF;
}
</style>
border-color css
<style>
span { border-color: #0268FF; }
span { border-color: rgb(2,104,255); }
td.TdClassName
{
border-color: #0268FF;
}
.TagClassName
{
border-color: #0268FF;
}
</style>