Shades of Dodger Blue #0B74FD
Tints of Dodger Blue #0B74FD
RGB
CMYK
RGB Variations
Color information
#0B74FD (or 0x0B74FD) is known color: Dodger Blue. HEX triplet: 0B, 74 and FD. RGB value is (11,116,253). Sum of RGB (Red+Green+Blue) = 11+116+253=380 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.89% from 380); Green value is 116 (45.70% from 255 or 30.53% from 380); Blue value is 253 (99.22% from 255 or 66.58% from 380); Max value from RGB is 253 - color contains mainly: blue. Hex color #0B74FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B74FD is #F48B02. Grayscale: #636363. Windows color (decimal): -16026371 or 16610315. OLE color: 16610315.
HSL color Cylindrical-coordinate representation of color #0B74FD: hue angle of 213.97º 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 #0B74FD is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 11 | 116 | 253 | - |
| CMYK | 0.96 | 0.54 | 0 | 0.01 |
| HSL | 213.97º | 0.98% | 0.52% | - |
| HSV(B) | 213.97º | 0.96% | 0.99% | - |
| XYZ | 24.11 | 19.65 | 95.45 | - |
| YUV | 100.22 | 214.21 | 64.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 116 | 253 | 0.96 | 0.54 | 0 | 0.01 | 213.97 | 0.98 | 0.52 |
| Hex | B | 74 | FD | 60 | 36 | 0 | 1 | D6 | 62 | 34 |
| Octal | 13 | 164 | 375 | 140 | 66 | 0 | 1 | 326 | 142 | 64 |
| Binary | 1011 | 1110100 | 11111101 | 1100000 | 110110 | 0 | 1 | 11010110 | 1100010 | 110100 |
Color Harmonies of #0B74FD
Complementary color
Monochromatic Colors of #0B74FD
Black with #0B74FD
Text Example
Text Example
White with #0B74FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B74FD; }
p { color: rgb(11,116,253); }
H1.HeaderClassName
{
color: #0B74FD;
}
.AnyTagClassName
{
color: #0B74FD;
}
</style>
background-color css
<style>
a { background-color: #0B74FD; }
a { background-color: rgb(11,116,253); }
div.DivClassName
{
background-color: #0B74FD;
}
.BgClassName
{
background-color: #0B74FD;
}
</style>
border-color css
<style>
span { border-color: #0B74FD; }
span { border-color: rgb(11,116,253); }
td.TdClassName
{
border-color: #0B74FD;
}
.TagClassName
{
border-color: #0B74FD;
}
</style>