Shades of Dodger Blue #0B6DF5
Tints of Dodger Blue #0B6DF5
RGB
CMYK
RGB Variations
Color information
#0B6DF5 (or 0x0B6DF5) is known color: Dodger Blue. HEX triplet: 0B, 6D and F5. RGB value is (11,109,245). Sum of RGB (Red+Green+Blue) = 11+109+245=365 (48% of max value = 765). Red value is 11 (4.69% from 255 or 3.01% from 365); Green value is 109 (42.97% from 255 or 29.86% from 365); Blue value is 245 (96.09% from 255 or 67.12% from 365); Max value from RGB is 245 - color contains mainly: blue. Hex color #0B6DF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B6DF5 is #F4920A. Grayscale: #5E5E5E. Windows color (decimal): -16028171 or 16084235. OLE color: 16084235.
HSL color Cylindrical-coordinate representation of color #0B6DF5: hue angle of 214.87º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B6DF5 is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 11 | 109 | 245 | - |
| CMYK | 0.96 | 0.56 | 0 | 0.04 |
| HSL | 214.87º | 0.92% | 0.5% | - |
| HSV(B) | 214.87º | 0.96% | 0.96% | - |
| XYZ | 22.09 | 17.6 | 88.62 | - |
| YUV | 95.2 | 212.53 | 67.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 109 | 245 | 0.96 | 0.56 | 0 | 0.04 | 214.87 | 0.92 | 0.5 |
| Hex | B | 6D | F5 | 60 | 38 | 0 | 4 | D7 | 5C | 32 |
| Octal | 13 | 155 | 365 | 140 | 70 | 0 | 4 | 327 | 134 | 62 |
| Binary | 1011 | 1101101 | 11110101 | 1100000 | 111000 | 0 | 100 | 11010111 | 1011100 | 110010 |
Color Harmonies of #0B6DF5
Complementary color
Monochromatic Colors of #0B6DF5
Black with #0B6DF5
Text Example
Text Example
White with #0B6DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B6DF5; }
p { color: rgb(11,109,245); }
H1.HeaderClassName
{
color: #0B6DF5;
}
.AnyTagClassName
{
color: #0B6DF5;
}
</style>
background-color css
<style>
a { background-color: #0B6DF5; }
a { background-color: rgb(11,109,245); }
div.DivClassName
{
background-color: #0B6DF5;
}
.BgClassName
{
background-color: #0B6DF5;
}
</style>
border-color css
<style>
span { border-color: #0B6DF5; }
span { border-color: rgb(11,109,245); }
td.TdClassName
{
border-color: #0B6DF5;
}
.TagClassName
{
border-color: #0B6DF5;
}
</style>