Shades of Dodger Blue #0B61FE
Tints of Dodger Blue #0B61FE
RGB
CMYK
RGB Variations
Color information
#0B61FE (or 0x0B61FE) is known color: Dodger Blue. HEX triplet: 0B, 61 and FE. RGB value is (11,97,254). Sum of RGB (Red+Green+Blue) = 11+97+254=362 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.04% from 362); Green value is 97 (38.28% from 255 or 26.80% from 362); Blue value is 254 (99.61% from 255 or 70.17% from 362); Max value from RGB is 254 - color contains mainly: blue. Hex color #0B61FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B61FE is #F49E01. Grayscale: #585858. Windows color (decimal): -16031234 or 16670987. OLE color: 16670987.
HSL color Cylindrical-coordinate representation of color #0B61FE: hue angle of 218.77º 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 #0B61FE is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 11 | 97 | 254 | - |
| CMYK | 0.96 | 0.62 | 0 | 0.00 |
| HSL | 218.77º | 0.99% | 0.52% | - |
| HSV(B) | 218.77º | 0.96% | 1% | - |
| XYZ | 22.3 | 15.78 | 95.64 | - |
| YUV | 89.18 | 221.01 | 72.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 97 | 254 | 0.96 | 0.62 | 0 | 0.00 | 218.77 | 0.99 | 0.52 |
| Hex | B | 61 | FE | 60 | 3E | 0 | 0 | DB | 63 | 34 |
| Octal | 13 | 141 | 376 | 140 | 76 | 0 | 0 | 333 | 143 | 64 |
| Binary | 1011 | 1100001 | 11111110 | 1100000 | 111110 | 0 | 0 | 11011011 | 1100011 | 110100 |
Color Harmonies of #0B61FE
Complementary color
Monochromatic Colors of #0B61FE
Black with #0B61FE
Text Example
Text Example
White with #0B61FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B61FE; }
p { color: rgb(11,97,254); }
H1.HeaderClassName
{
color: #0B61FE;
}
.AnyTagClassName
{
color: #0B61FE;
}
</style>
background-color css
<style>
a { background-color: #0B61FE; }
a { background-color: rgb(11,97,254); }
div.DivClassName
{
background-color: #0B61FE;
}
.BgClassName
{
background-color: #0B61FE;
}
</style>
border-color css
<style>
span { border-color: #0B61FE; }
span { border-color: rgb(11,97,254); }
td.TdClassName
{
border-color: #0B61FE;
}
.TagClassName
{
border-color: #0B61FE;
}
</style>