Shades of Dodger Blue #0B64FC
Tints of Dodger Blue #0B64FC
RGB
CMYK
RGB Variations
Color information
#0B64FC (or 0x0B64FC) is known color: Dodger Blue. HEX triplet: 0B, 64 and FC. RGB value is (11,100,252). Sum of RGB (Red+Green+Blue) = 11+100+252=363 (48% of max value = 765). Red value is 11 (4.69% from 255 or 3.03% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 252 (98.83% from 255 or 69.42% from 363); Max value from RGB is 252 - color contains mainly: blue. Hex color #0B64FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B64FC is #F49B03. Grayscale: #5A5A5A. Windows color (decimal): -16030468 or 16540683. OLE color: 16540683.
HSL color Cylindrical-coordinate representation of color #0B64FC: hue angle of 217.84º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B64FC is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 11 | 100 | 252 | - |
| CMYK | 0.96 | 0.60 | 0 | 0.01 |
| HSL | 217.84º | 0.98% | 0.52% | - |
| HSV(B) | 217.84º | 0.96% | 0.99% | - |
| XYZ | 22.27 | 16.21 | 94.05 | - |
| YUV | 90.72 | 219.01 | 71.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 100 | 252 | 0.96 | 0.60 | 0 | 0.01 | 217.84 | 0.98 | 0.52 |
| Hex | B | 64 | FC | 60 | 3C | 0 | 1 | DA | 62 | 34 |
| Octal | 13 | 144 | 374 | 140 | 74 | 0 | 1 | 332 | 142 | 64 |
| Binary | 1011 | 1100100 | 11111100 | 1100000 | 111100 | 0 | 1 | 11011010 | 1100010 | 110100 |
Color Harmonies of #0B64FC
Complementary color
Monochromatic Colors of #0B64FC
Black with #0B64FC
Text Example
Text Example
White with #0B64FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B64FC; }
p { color: rgb(11,100,252); }
H1.HeaderClassName
{
color: #0B64FC;
}
.AnyTagClassName
{
color: #0B64FC;
}
</style>
background-color css
<style>
a { background-color: #0B64FC; }
a { background-color: rgb(11,100,252); }
div.DivClassName
{
background-color: #0B64FC;
}
.BgClassName
{
background-color: #0B64FC;
}
</style>
border-color css
<style>
span { border-color: #0B64FC; }
span { border-color: rgb(11,100,252); }
td.TdClassName
{
border-color: #0B64FC;
}
.TagClassName
{
border-color: #0B64FC;
}
</style>