Shades of Dodger Blue #0B67FA
Tints of Dodger Blue #0B67FA
RGB
CMYK
RGB Variations
Color information
#0B67FA (or 0x0B67FA) is known color: Dodger Blue. HEX triplet: 0B, 67 and FA. RGB value is (11,103,250). Sum of RGB (Red+Green+Blue) = 11+103+250=364 (48% of max value = 765). Red value is 11 (4.69% from 255 or 3.02% from 364); Green value is 103 (40.62% from 255 or 28.30% from 364); Blue value is 250 (98.05% from 255 or 68.68% from 364); Max value from RGB is 250 - color contains mainly: blue. Hex color #0B67FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B67FA is #F49805. Grayscale: #5B5B5B. Windows color (decimal): -16029702 or 16410379. OLE color: 16410379.
HSL color Cylindrical-coordinate representation of color #0B67FA: hue angle of 216.9º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B67FA is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 103 | 250 | - |
| CMYK | 0.96 | 0.59 | 0 | 0.02 |
| HSL | 216.9º | 0.96% | 0.51% | - |
| HSV(B) | 216.9º | 0.96% | 0.98% | - |
| XYZ | 22.24 | 16.67 | 92.49 | - |
| YUV | 92.25 | 217.02 | 70.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 103 | 250 | 0.96 | 0.59 | 0 | 0.02 | 216.9 | 0.96 | 0.51 |
| Hex | B | 67 | FA | 60 | 3B | 0 | 2 | D9 | 60 | 33 |
| Octal | 13 | 147 | 372 | 140 | 73 | 0 | 2 | 331 | 140 | 63 |
| Binary | 1011 | 1100111 | 11111010 | 1100000 | 111011 | 0 | 10 | 11011001 | 1100000 | 110011 |
Color Harmonies of #0B67FA
Complementary color
Monochromatic Colors of #0B67FA
Black with #0B67FA
Text Example
Text Example
White with #0B67FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B67FA; }
p { color: rgb(11,103,250); }
H1.HeaderClassName
{
color: #0B67FA;
}
.AnyTagClassName
{
color: #0B67FA;
}
</style>
background-color css
<style>
a { background-color: #0B67FA; }
a { background-color: rgb(11,103,250); }
div.DivClassName
{
background-color: #0B67FA;
}
.BgClassName
{
background-color: #0B67FA;
}
</style>
border-color css
<style>
span { border-color: #0B67FA; }
span { border-color: rgb(11,103,250); }
td.TdClassName
{
border-color: #0B67FA;
}
.TagClassName
{
border-color: #0B67FA;
}
</style>