Shades of Dodger Blue #0B75FA
Tints of Dodger Blue #0B75FA
RGB
CMYK
RGB Variations
Color information
#0B75FA (or 0x0B75FA) is known color: Dodger Blue. HEX triplet: 0B, 75 and FA. RGB value is (11,117,250). Sum of RGB (Red+Green+Blue) = 11+117+250=378 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.91% from 378); Green value is 117 (46.09% from 255 or 30.95% from 378); Blue value is 250 (98.05% from 255 or 66.14% from 378); Max value from RGB is 250 - color contains mainly: blue. Hex color #0B75FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B75FA is #F48A05. Grayscale: #636363. Windows color (decimal): -16026118 or 16413963. OLE color: 16413963.
HSL color Cylindrical-coordinate representation of color #0B75FA: hue angle of 213.39º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B75FA is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 117 | 250 | - |
| CMYK | 0.96 | 0.53 | 0 | 0.02 |
| HSL | 213.39º | 0.96% | 0.51% | - |
| HSV(B) | 213.39º | 0.96% | 0.98% | - |
| XYZ | 23.75 | 19.7 | 92.99 | - |
| YUV | 100.47 | 212.38 | 64.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 117 | 250 | 0.96 | 0.53 | 0 | 0.02 | 213.39 | 0.96 | 0.51 |
| Hex | B | 75 | FA | 60 | 35 | 0 | 2 | D5 | 60 | 33 |
| Octal | 13 | 165 | 372 | 140 | 65 | 0 | 2 | 325 | 140 | 63 |
| Binary | 1011 | 1110101 | 11111010 | 1100000 | 110101 | 0 | 10 | 11010101 | 1100000 | 110011 |
Color Harmonies of #0B75FA
Complementary color
Monochromatic Colors of #0B75FA
Black with #0B75FA
Text Example
Text Example
White with #0B75FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B75FA; }
p { color: rgb(11,117,250); }
H1.HeaderClassName
{
color: #0B75FA;
}
.AnyTagClassName
{
color: #0B75FA;
}
</style>
background-color css
<style>
a { background-color: #0B75FA; }
a { background-color: rgb(11,117,250); }
div.DivClassName
{
background-color: #0B75FA;
}
.BgClassName
{
background-color: #0B75FA;
}
</style>
border-color css
<style>
span { border-color: #0B75FA; }
span { border-color: rgb(11,117,250); }
td.TdClassName
{
border-color: #0B75FA;
}
.TagClassName
{
border-color: #0B75FA;
}
</style>