Shades of Dodger Blue #0367FF
Tints of Dodger Blue #0367FF
RGB
CMYK
RGB Variations
Color information
#0367FF (or 0x0367FF) is known color: Dodger Blue. HEX triplet: 03, 67 and FF. RGB value is (3,103,255). Sum of RGB (Red+Green+Blue) = 3+103+255=361 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 361); Green value is 103 (40.62% from 255 or 28.53% 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 #0367FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0367FF is #FC9800. Grayscale: #595959. Windows color (decimal): -16553985 or 16738051. OLE color: 16738051.
HSL color Cylindrical-coordinate representation of color #0367FF: hue angle of 216.19º 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 #0367FF is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 103 | 255 | - |
| CMYK | 0.99 | 0.60 | 0 | 0 |
| HSL | 216.19º | 1% | 0.51% | - |
| HSV(B) | 216.19º | 0.99% | 1% | - |
| XYZ | 22.94 | 16.94 | 96.67 | - |
| YUV | 90.43 | 220.87 | 65.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 103 | 255 | 0.99 | 0.60 | 0 | 0 | 216.19 | 1 | 0.51 |
| Hex | 3 | 67 | FF | 63 | 3C | 0 | 0 | D8 | 64 | 33 |
| Octal | 3 | 147 | 377 | 143 | 74 | 0 | 0 | 330 | 144 | 63 |
| Binary | 11 | 1100111 | 11111111 | 1100011 | 111100 | 0 | 0 | 11011000 | 1100100 | 110011 |
Color Harmonies of #0367FF
Complementary color
Monochromatic Colors of #0367FF
Black with #0367FF
Text Example
Text Example
White with #0367FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0367FF; }
p { color: rgb(3,103,255); }
H1.HeaderClassName
{
color: #0367FF;
}
.AnyTagClassName
{
color: #0367FF;
}
</style>
background-color css
<style>
a { background-color: #0367FF; }
a { background-color: rgb(3,103,255); }
div.DivClassName
{
background-color: #0367FF;
}
.BgClassName
{
background-color: #0367FF;
}
</style>
border-color css
<style>
span { border-color: #0367FF; }
span { border-color: rgb(3,103,255); }
td.TdClassName
{
border-color: #0367FF;
}
.TagClassName
{
border-color: #0367FF;
}
</style>