Shades of Dodger Blue #0B7BFD
Tints of Dodger Blue #0B7BFD
RGB
CMYK
RGB Variations
Color information
#0B7BFD (or 0x0B7BFD) is known color: Dodger Blue. HEX triplet: 0B, 7B and FD. RGB value is (11,123,253). Sum of RGB (Red+Green+Blue) = 11+123+253=387 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.84% from 387); Green value is 123 (48.44% from 255 or 31.78% from 387); Blue value is 253 (99.22% from 255 or 65.37% from 387); Max value from RGB is 253 - color contains mainly: blue. Hex color #0B7BFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B7BFD is #F48402. Grayscale: #676767. Windows color (decimal): -16024579 or 16612107. OLE color: 16612107.
HSL color Cylindrical-coordinate representation of color #0B7BFD: hue angle of 212.23º 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 #0B7BFD is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 11 | 123 | 253 | - |
| CMYK | 0.96 | 0.51 | 0 | 0.01 |
| HSL | 212.23º | 0.98% | 0.52% | - |
| HSV(B) | 212.23º | 0.96% | 0.99% | - |
| XYZ | 24.95 | 21.33 | 95.73 | - |
| YUV | 104.33 | 211.89 | 61.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 123 | 253 | 0.96 | 0.51 | 0 | 0.01 | 212.23 | 0.98 | 0.52 |
| Hex | B | 7B | FD | 60 | 33 | 0 | 1 | D4 | 62 | 34 |
| Octal | 13 | 173 | 375 | 140 | 63 | 0 | 1 | 324 | 142 | 64 |
| Binary | 1011 | 1111011 | 11111101 | 1100000 | 110011 | 0 | 1 | 11010100 | 1100010 | 110100 |
Color Harmonies of #0B7BFD
Complementary color
Monochromatic Colors of #0B7BFD
Black with #0B7BFD
Text Example
Text Example
White with #0B7BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7BFD; }
p { color: rgb(11,123,253); }
H1.HeaderClassName
{
color: #0B7BFD;
}
.AnyTagClassName
{
color: #0B7BFD;
}
</style>
background-color css
<style>
a { background-color: #0B7BFD; }
a { background-color: rgb(11,123,253); }
div.DivClassName
{
background-color: #0B7BFD;
}
.BgClassName
{
background-color: #0B7BFD;
}
</style>
border-color css
<style>
span { border-color: #0B7BFD; }
span { border-color: rgb(11,123,253); }
td.TdClassName
{
border-color: #0B7BFD;
}
.TagClassName
{
border-color: #0B7BFD;
}
</style>