Shades of Dodger Blue #0372FB
Tints of Dodger Blue #0372FB
RGB
CMYK
RGB Variations
Color information
#0372FB (or 0x0372FB) is known color: Dodger Blue. HEX triplet: 03, 72 and FB. RGB value is (3,114,251). Sum of RGB (Red+Green+Blue) = 3+114+251=368 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 368); Green value is 114 (44.92% from 255 or 30.98% from 368); Blue value is 251 (98.44% from 255 or 68.21% from 368); Max value from RGB is 251 - color contains mainly: blue. Hex color #0372FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0372FB is #FC8D04. Grayscale: #5F5F5F. Windows color (decimal): -16551173 or 16478723. OLE color: 16478723.
HSL color Cylindrical-coordinate representation of color #0372FB: hue angle of 213.15º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0372FB is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 114 | 251 | - |
| CMYK | 0.99 | 0.55 | 0 | 0.02 |
| HSL | 213.15º | 0.98% | 0.5% | - |
| HSV(B) | 213.15º | 0.99% | 0.98% | - |
| XYZ | 23.47 | 19.02 | 93.7 | - |
| YUV | 96.43 | 215.23 | 61.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 114 | 251 | 0.99 | 0.55 | 0 | 0.02 | 213.15 | 0.98 | 0.5 |
| Hex | 3 | 72 | FB | 63 | 37 | 0 | 2 | D5 | 62 | 32 |
| Octal | 3 | 162 | 373 | 143 | 67 | 0 | 2 | 325 | 142 | 62 |
| Binary | 11 | 1110010 | 11111011 | 1100011 | 110111 | 0 | 10 | 11010101 | 1100010 | 110010 |
Color Harmonies of #0372FB
Complementary color
Monochromatic Colors of #0372FB
Black with #0372FB
Text Example
Text Example
White with #0372FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0372FB; }
p { color: rgb(3,114,251); }
H1.HeaderClassName
{
color: #0372FB;
}
.AnyTagClassName
{
color: #0372FB;
}
</style>
background-color css
<style>
a { background-color: #0372FB; }
a { background-color: rgb(3,114,251); }
div.DivClassName
{
background-color: #0372FB;
}
.BgClassName
{
background-color: #0372FB;
}
</style>
border-color css
<style>
span { border-color: #0372FB; }
span { border-color: rgb(3,114,251); }
td.TdClassName
{
border-color: #0372FB;
}
.TagClassName
{
border-color: #0372FB;
}
</style>