Shades of Dodger Blue #0B83FE
Tints of Dodger Blue #0B83FE
RGB
CMYK
RGB Variations
Color information
#0B83FE (or 0x0B83FE) is known color: Dodger Blue. HEX triplet: 0B, 83 and FE. RGB value is (11,131,254). Sum of RGB (Red+Green+Blue) = 11+131+254=396 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.78% from 396); Green value is 131 (51.56% from 255 or 33.08% from 396); Blue value is 254 (99.61% from 255 or 64.14% from 396); Max value from RGB is 254 - color contains mainly: blue. Hex color #0B83FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0B83FE is #F47C01. Grayscale: #6C6C6C. Windows color (decimal): -16022530 or 16679691. OLE color: 16679691.
HSL color Cylindrical-coordinate representation of color #0B83FE: hue angle of 210.37º 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 #0B83FE is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 11 | 131 | 254 | - |
| CMYK | 0.96 | 0.48 | 0 | 0.00 |
| HSL | 210.37º | 0.99% | 0.52% | - |
| HSV(B) | 210.37º | 0.96% | 1% | - |
| XYZ | 26.14 | 23.46 | 96.92 | - |
| YUV | 109.14 | 209.74 | 58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 131 | 254 | 0.96 | 0.48 | 0 | 0.00 | 210.37 | 0.99 | 0.52 |
| Hex | B | 83 | FE | 60 | 30 | 0 | 0 | D2 | 63 | 34 |
| Octal | 13 | 203 | 376 | 140 | 60 | 0 | 0 | 322 | 143 | 64 |
| Binary | 1011 | 10000011 | 11111110 | 1100000 | 110000 | 0 | 0 | 11010010 | 1100011 | 110100 |
Color Harmonies of #0B83FE
Complementary color
Monochromatic Colors of #0B83FE
Black with #0B83FE
Text Example
Text Example
White with #0B83FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B83FE; }
p { color: rgb(11,131,254); }
H1.HeaderClassName
{
color: #0B83FE;
}
.AnyTagClassName
{
color: #0B83FE;
}
</style>
background-color css
<style>
a { background-color: #0B83FE; }
a { background-color: rgb(11,131,254); }
div.DivClassName
{
background-color: #0B83FE;
}
.BgClassName
{
background-color: #0B83FE;
}
</style>
border-color css
<style>
span { border-color: #0B83FE; }
span { border-color: rgb(11,131,254); }
td.TdClassName
{
border-color: #0B83FE;
}
.TagClassName
{
border-color: #0B83FE;
}
</style>