Shades of Dodger Blue #0B67FF
Tints of Dodger Blue #0B67FF
RGB
CMYK
RGB Variations
Color information
#0B67FF (or 0x0B67FF) is known color: Dodger Blue. HEX triplet: 0B, 67 and FF. RGB value is (11,103,255). Sum of RGB (Red+Green+Blue) = 11+103+255=369 (48% of max value = 765). Red value is 11 (4.69% from 255 or 2.98% from 369); Green value is 103 (40.62% from 255 or 27.91% from 369); Blue value is 255 (100% from 255 or 69.11% from 369); Max value from RGB is 255 - color contains mainly: blue. Hex color #0B67FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B67FF is #F49800. Grayscale: #5C5C5C. Windows color (decimal): -16029697 or 16738059. OLE color: 16738059.
HSL color Cylindrical-coordinate representation of color #0B67FF: hue angle of 217.38º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B67FF is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 103 | 255 | - |
| CMYK | 0.96 | 0.60 | 0 | 0 |
| HSL | 217.38º | 1% | 0.52% | - |
| HSV(B) | 217.38º | 0.96% | 1% | - |
| XYZ | 23.04 | 16.99 | 96.67 | - |
| YUV | 92.82 | 219.52 | 69.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 103 | 255 | 0.96 | 0.60 | 0 | 0 | 217.38 | 1 | 0.52 |
| Hex | B | 67 | FF | 60 | 3C | 0 | 0 | D9 | 64 | 34 |
| Octal | 13 | 147 | 377 | 140 | 74 | 0 | 0 | 331 | 144 | 64 |
| Binary | 1011 | 1100111 | 11111111 | 1100000 | 111100 | 0 | 0 | 11011001 | 1100100 | 110100 |
Color Harmonies of #0B67FF
Complementary color
Monochromatic Colors of #0B67FF
Black with #0B67FF
Text Example
Text Example
White with #0B67FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B67FF; }
p { color: rgb(11,103,255); }
H1.HeaderClassName
{
color: #0B67FF;
}
.AnyTagClassName
{
color: #0B67FF;
}
</style>
background-color css
<style>
a { background-color: #0B67FF; }
a { background-color: rgb(11,103,255); }
div.DivClassName
{
background-color: #0B67FF;
}
.BgClassName
{
background-color: #0B67FF;
}
</style>
border-color css
<style>
span { border-color: #0B67FF; }
span { border-color: rgb(11,103,255); }
td.TdClassName
{
border-color: #0B67FF;
}
.TagClassName
{
border-color: #0B67FF;
}
</style>