Shades of Dodger Blue #0B7BEF
Tints of Dodger Blue #0B7BEF
RGB
CMYK
RGB Variations
Color information
#0B7BEF (or 0x0B7BEF) is known color: Dodger Blue. HEX triplet: 0B, 7B and EF. RGB value is (11,123,239). Sum of RGB (Red+Green+Blue) = 11+123+239=373 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.95% from 373); Green value is 123 (48.44% from 255 or 32.98% from 373); Blue value is 239 (93.75% from 255 or 64.08% from 373); Max value from RGB is 239 - color contains mainly: blue. Hex color #0B7BEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B7BEF is #F48410. Grayscale: #666666. Windows color (decimal): -16024593 or 15694603. OLE color: 15694603.
HSL color Cylindrical-coordinate representation of color #0B7BEF: hue angle of 210.53º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B7BEF is Cyan = 0.95, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 11 | 123 | 239 | - |
| CMYK | 0.95 | 0.49 | 0 | 0.06 |
| HSL | 210.53º | 0.91% | 0.49% | - |
| HSV(B) | 210.53º | 0.95% | 0.94% | - |
| XYZ | 22.8 | 20.47 | 84.41 | - |
| YUV | 102.74 | 204.89 | 62.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 123 | 239 | 0.95 | 0.49 | 0 | 0.06 | 210.53 | 0.91 | 0.49 |
| Hex | B | 7B | EF | 5F | 31 | 0 | 6 | D3 | 5B | 31 |
| Octal | 13 | 173 | 357 | 137 | 61 | 0 | 6 | 323 | 133 | 61 |
| Binary | 1011 | 1111011 | 11101111 | 1011111 | 110001 | 0 | 110 | 11010011 | 1011011 | 110001 |
Color Harmonies of #0B7BEF
Complementary color
Monochromatic Colors of #0B7BEF
Black with #0B7BEF
Text Example
Text Example
White with #0B7BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7BEF; }
p { color: rgb(11,123,239); }
H1.HeaderClassName
{
color: #0B7BEF;
}
.AnyTagClassName
{
color: #0B7BEF;
}
</style>
background-color css
<style>
a { background-color: #0B7BEF; }
a { background-color: rgb(11,123,239); }
div.DivClassName
{
background-color: #0B7BEF;
}
.BgClassName
{
background-color: #0B7BEF;
}
</style>
border-color css
<style>
span { border-color: #0B7BEF; }
span { border-color: rgb(11,123,239); }
td.TdClassName
{
border-color: #0B7BEF;
}
.TagClassName
{
border-color: #0B7BEF;
}
</style>