Shades of Dodger Blue #0B7FEA
Tints of Dodger Blue #0B7FEA
RGB
CMYK
RGB Variations
Color information
#0B7FEA (or 0x0B7FEA) is known color: Dodger Blue. HEX triplet: 0B, 7F and EA. RGB value is (11,127,234). Sum of RGB (Red+Green+Blue) = 11+127+234=372 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.96% from 372); Green value is 127 (50% from 255 or 34.14% from 372); Blue value is 234 (91.80% from 255 or 62.90% from 372); Max value from RGB is 234 - color contains mainly: blue. Hex color #0B7FEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B7FEA is #F48015. Grayscale: #676767. Windows color (decimal): -16023574 or 15367947. OLE color: 15367947.
HSL color Cylindrical-coordinate representation of color #0B7FEA: hue angle of 208.79º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B7FEA is Cyan = 0.95, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 11 | 127 | 234 | - |
| CMYK | 0.95 | 0.46 | 0 | 0.08 |
| HSL | 208.79º | 0.91% | 0.48% | - |
| HSV(B) | 208.79º | 0.95% | 0.92% | - |
| XYZ | 22.58 | 21.19 | 80.74 | - |
| YUV | 104.51 | 201.07 | 61.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 127 | 234 | 0.95 | 0.46 | 0 | 0.08 | 208.79 | 0.91 | 0.48 |
| Hex | B | 7F | EA | 5F | 2E | 0 | 8 | D1 | 5B | 30 |
| Octal | 13 | 177 | 352 | 137 | 56 | 0 | 10 | 321 | 133 | 60 |
| Binary | 1011 | 1111111 | 11101010 | 1011111 | 101110 | 0 | 1000 | 11010001 | 1011011 | 110000 |
Color Harmonies of #0B7FEA
Complementary color
Monochromatic Colors of #0B7FEA
Black with #0B7FEA
Text Example
Text Example
White with #0B7FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7FEA; }
p { color: rgb(11,127,234); }
H1.HeaderClassName
{
color: #0B7FEA;
}
.AnyTagClassName
{
color: #0B7FEA;
}
</style>
background-color css
<style>
a { background-color: #0B7FEA; }
a { background-color: rgb(11,127,234); }
div.DivClassName
{
background-color: #0B7FEA;
}
.BgClassName
{
background-color: #0B7FEA;
}
</style>
border-color css
<style>
span { border-color: #0B7FEA; }
span { border-color: rgb(11,127,234); }
td.TdClassName
{
border-color: #0B7FEA;
}
.TagClassName
{
border-color: #0B7FEA;
}
</style>