Shades of Dodger Blue #0575FB
Tints of Dodger Blue #0575FB
RGB
CMYK
RGB Variations
Color information
#0575FB (or 0x0575FB) is known color: Dodger Blue. HEX triplet: 05, 75 and FB. RGB value is (5,117,251). Sum of RGB (Red+Green+Blue) = 5+117+251=373 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.34% from 373); Green value is 117 (46.09% from 255 or 31.37% from 373); Blue value is 251 (98.44% from 255 or 67.29% from 373); Max value from RGB is 251 - color contains mainly: blue. Hex color #0575FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0575FB is #FA8A04. Grayscale: #626262. Windows color (decimal): -16419333 or 16479493. OLE color: 16479493.
HSL color Cylindrical-coordinate representation of color #0575FB: hue angle of 212.68º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0575FB is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 117 | 251 | - |
| CMYK | 0.98 | 0.53 | 0 | 0.02 |
| HSL | 212.68º | 0.97% | 0.5% | - |
| HSV(B) | 212.68º | 0.98% | 0.98% | - |
| XYZ | 23.84 | 19.72 | 93.82 | - |
| YUV | 98.79 | 213.89 | 61.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 117 | 251 | 0.98 | 0.53 | 0 | 0.02 | 212.68 | 0.97 | 0.5 |
| Hex | 5 | 75 | FB | 62 | 35 | 0 | 2 | D5 | 61 | 32 |
| Octal | 5 | 165 | 373 | 142 | 65 | 0 | 2 | 325 | 141 | 62 |
| Binary | 101 | 1110101 | 11111011 | 1100010 | 110101 | 0 | 10 | 11010101 | 1100001 | 110010 |
Color Harmonies of #0575FB
Complementary color
Monochromatic Colors of #0575FB
Black with #0575FB
Text Example
Text Example
White with #0575FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0575FB; }
p { color: rgb(5,117,251); }
H1.HeaderClassName
{
color: #0575FB;
}
.AnyTagClassName
{
color: #0575FB;
}
</style>
background-color css
<style>
a { background-color: #0575FB; }
a { background-color: rgb(5,117,251); }
div.DivClassName
{
background-color: #0575FB;
}
.BgClassName
{
background-color: #0575FB;
}
</style>
border-color css
<style>
span { border-color: #0575FB; }
span { border-color: rgb(5,117,251); }
td.TdClassName
{
border-color: #0575FB;
}
.TagClassName
{
border-color: #0575FB;
}
</style>