Shades of Dodger Blue #0B64FE
Tints of Dodger Blue #0B64FE
RGB
CMYK
RGB Variations
Color information
#0B64FE (or 0x0B64FE) is known color: Dodger Blue. HEX triplet: 0B, 64 and FE. RGB value is (11,100,254). Sum of RGB (Red+Green+Blue) = 11+100+254=365 (48% of max value = 765). Red value is 11 (4.69% from 255 or 3.01% from 365); Green value is 100 (39.45% from 255 or 27.40% from 365); Blue value is 254 (99.61% from 255 or 69.59% from 365); Max value from RGB is 254 - color contains mainly: blue. Hex color #0B64FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B64FE is #F49B01. Grayscale: #5A5A5A. Windows color (decimal): -16030466 or 16671755. OLE color: 16671755.
HSL color Cylindrical-coordinate representation of color #0B64FE: hue angle of 218.02º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B64FE is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 11 | 100 | 254 | - |
| CMYK | 0.96 | 0.61 | 0 | 0.00 |
| HSL | 218.02º | 0.99% | 0.52% | - |
| HSV(B) | 218.02º | 0.96% | 1% | - |
| XYZ | 22.58 | 16.34 | 95.73 | - |
| YUV | 90.95 | 220.01 | 70.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 100 | 254 | 0.96 | 0.61 | 0 | 0.00 | 218.02 | 0.99 | 0.52 |
| Hex | B | 64 | FE | 60 | 3D | 0 | 0 | DA | 63 | 34 |
| Octal | 13 | 144 | 376 | 140 | 75 | 0 | 0 | 332 | 143 | 64 |
| Binary | 1011 | 1100100 | 11111110 | 1100000 | 111101 | 0 | 0 | 11011010 | 1100011 | 110100 |
Color Harmonies of #0B64FE
Complementary color
Monochromatic Colors of #0B64FE
Black with #0B64FE
Text Example
Text Example
White with #0B64FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B64FE; }
p { color: rgb(11,100,254); }
H1.HeaderClassName
{
color: #0B64FE;
}
.AnyTagClassName
{
color: #0B64FE;
}
</style>
background-color css
<style>
a { background-color: #0B64FE; }
a { background-color: rgb(11,100,254); }
div.DivClassName
{
background-color: #0B64FE;
}
.BgClassName
{
background-color: #0B64FE;
}
</style>
border-color css
<style>
span { border-color: #0B64FE; }
span { border-color: rgb(11,100,254); }
td.TdClassName
{
border-color: #0B64FE;
}
.TagClassName
{
border-color: #0B64FE;
}
</style>