Shades of Dodger Blue #0368FF
Tints of Dodger Blue #0368FF
RGB
CMYK
RGB Variations
Color information
#0368FF (or 0x0368FF) is known color: Dodger Blue. HEX triplet: 03, 68 and FF. RGB value is (3,104,255). Sum of RGB (Red+Green+Blue) = 3+104+255=362 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 255 (100% from 255 or 70.44% from 362); Max value from RGB is 255 - color contains mainly: blue. Hex color #0368FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0368FF is #FC9700. Grayscale: #5A5A5A. Windows color (decimal): -16553729 or 16738307. OLE color: 16738307.
HSL color Cylindrical-coordinate representation of color #0368FF: hue angle of 215.95º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0368FF is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 104 | 255 | - |
| CMYK | 0.99 | 0.59 | 0 | 0 |
| HSL | 215.95º | 1% | 0.51% | - |
| HSV(B) | 215.95º | 0.99% | 1% | - |
| XYZ | 23.04 | 17.14 | 96.7 | - |
| YUV | 91.02 | 220.54 | 65.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 104 | 255 | 0.99 | 0.59 | 0 | 0 | 215.95 | 1 | 0.51 |
| Hex | 3 | 68 | FF | 63 | 3B | 0 | 0 | D8 | 64 | 33 |
| Octal | 3 | 150 | 377 | 143 | 73 | 0 | 0 | 330 | 144 | 63 |
| Binary | 11 | 1101000 | 11111111 | 1100011 | 111011 | 0 | 0 | 11011000 | 1100100 | 110011 |
Color Harmonies of #0368FF
Complementary color
Monochromatic Colors of #0368FF
Black with #0368FF
Text Example
Text Example
White with #0368FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0368FF; }
p { color: rgb(3,104,255); }
H1.HeaderClassName
{
color: #0368FF;
}
.AnyTagClassName
{
color: #0368FF;
}
</style>
background-color css
<style>
a { background-color: #0368FF; }
a { background-color: rgb(3,104,255); }
div.DivClassName
{
background-color: #0368FF;
}
.BgClassName
{
background-color: #0368FF;
}
</style>
border-color css
<style>
span { border-color: #0368FF; }
span { border-color: rgb(3,104,255); }
td.TdClassName
{
border-color: #0368FF;
}
.TagClassName
{
border-color: #0368FF;
}
</style>