Shades of Dodger Blue #0576FB
Tints of Dodger Blue #0576FB
RGB
CMYK
RGB Variations
Color information
#0576FB (or 0x0576FB) is known color: Dodger Blue. HEX triplet: 05, 76 and FB. RGB value is (5,118,251). Sum of RGB (Red+Green+Blue) = 5+118+251=374 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.34% from 374); Green value is 118 (46.48% from 255 or 31.55% from 374); Blue value is 251 (98.44% from 255 or 67.11% from 374); Max value from RGB is 251 - color contains mainly: blue. Hex color #0576FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0576FB is #FA8904. Grayscale: #626262. Windows color (decimal): -16419077 or 16479749. OLE color: 16479749.
HSL color Cylindrical-coordinate representation of color #0576FB: hue angle of 212.44º 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 #0576FB is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 118 | 251 | - |
| CMYK | 0.98 | 0.53 | 0 | 0.02 |
| HSL | 212.44º | 0.97% | 0.5% | - |
| HSV(B) | 212.44º | 0.98% | 0.98% | - |
| XYZ | 23.95 | 19.95 | 93.86 | - |
| YUV | 99.38 | 213.56 | 60.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 118 | 251 | 0.98 | 0.53 | 0 | 0.02 | 212.44 | 0.97 | 0.5 |
| Hex | 5 | 76 | FB | 62 | 35 | 0 | 2 | D4 | 61 | 32 |
| Octal | 5 | 166 | 373 | 142 | 65 | 0 | 2 | 324 | 141 | 62 |
| Binary | 101 | 1110110 | 11111011 | 1100010 | 110101 | 0 | 10 | 11010100 | 1100001 | 110010 |
Color Harmonies of #0576FB
Complementary color
Monochromatic Colors of #0576FB
Black with #0576FB
Text Example
Text Example
White with #0576FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0576FB; }
p { color: rgb(5,118,251); }
H1.HeaderClassName
{
color: #0576FB;
}
.AnyTagClassName
{
color: #0576FB;
}
</style>
background-color css
<style>
a { background-color: #0576FB; }
a { background-color: rgb(5,118,251); }
div.DivClassName
{
background-color: #0576FB;
}
.BgClassName
{
background-color: #0576FB;
}
</style>
border-color css
<style>
span { border-color: #0576FB; }
span { border-color: rgb(5,118,251); }
td.TdClassName
{
border-color: #0576FB;
}
.TagClassName
{
border-color: #0576FB;
}
</style>