Shades of Dodger Blue #0B68FD
Tints of Dodger Blue #0B68FD
RGB
CMYK
RGB Variations
Color information
#0B68FD (or 0x0B68FD) is known color: Dodger Blue. HEX triplet: 0B, 68 and FD. RGB value is (11,104,253). Sum of RGB (Red+Green+Blue) = 11+104+253=368 (48% of max value = 765). Red value is 11 (4.69% from 255 or 2.99% from 368); Green value is 104 (41.02% from 255 or 28.26% from 368); Blue value is 253 (99.22% from 255 or 68.75% from 368); Max value from RGB is 253 - color contains mainly: blue. Hex color #0B68FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B68FD is #F49702. Grayscale: #5C5C5C. Windows color (decimal): -16029443 or 16607243. OLE color: 16607243.
HSL color Cylindrical-coordinate representation of color #0B68FD: hue angle of 216.94º 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 #0B68FD is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 11 | 104 | 253 | - |
| CMYK | 0.96 | 0.59 | 0 | 0.01 |
| HSL | 216.94º | 0.98% | 0.52% | - |
| HSV(B) | 216.94º | 0.96% | 0.99% | - |
| XYZ | 22.82 | 17.06 | 95.02 | - |
| YUV | 93.18 | 218.19 | 69.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 104 | 253 | 0.96 | 0.59 | 0 | 0.01 | 216.94 | 0.98 | 0.52 |
| Hex | B | 68 | FD | 60 | 3B | 0 | 1 | D9 | 62 | 34 |
| Octal | 13 | 150 | 375 | 140 | 73 | 0 | 1 | 331 | 142 | 64 |
| Binary | 1011 | 1101000 | 11111101 | 1100000 | 111011 | 0 | 1 | 11011001 | 1100010 | 110100 |
Color Harmonies of #0B68FD
Complementary color
Monochromatic Colors of #0B68FD
Black with #0B68FD
Text Example
Text Example
White with #0B68FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B68FD; }
p { color: rgb(11,104,253); }
H1.HeaderClassName
{
color: #0B68FD;
}
.AnyTagClassName
{
color: #0B68FD;
}
</style>
background-color css
<style>
a { background-color: #0B68FD; }
a { background-color: rgb(11,104,253); }
div.DivClassName
{
background-color: #0B68FD;
}
.BgClassName
{
background-color: #0B68FD;
}
</style>
border-color css
<style>
span { border-color: #0B68FD; }
span { border-color: rgb(11,104,253); }
td.TdClassName
{
border-color: #0B68FD;
}
.TagClassName
{
border-color: #0B68FD;
}
</style>