Shades of Dodger Blue #0372FE
Tints of Dodger Blue #0372FE
RGB
CMYK
RGB Variations
Color information
#0372FE (or 0x0372FE) is known color: Dodger Blue. HEX triplet: 03, 72 and FE. RGB value is (3,114,254). Sum of RGB (Red+Green+Blue) = 3+114+254=371 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.81% from 371); Green value is 114 (44.92% from 255 or 30.73% from 371); Blue value is 254 (99.61% from 255 or 68.46% from 371); Max value from RGB is 254 - color contains mainly: blue. Hex color #0372FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0372FE is #FC8D01. Grayscale: #606060. Windows color (decimal): -16551170 or 16675331. OLE color: 16675331.
HSL color Cylindrical-coordinate representation of color #0372FE: hue angle of 213.47º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0372FE is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 114 | 254 | - |
| CMYK | 0.99 | 0.55 | 0 | 0.00 |
| HSL | 213.47º | 0.99% | 0.5% | - |
| HSV(B) | 213.47º | 0.99% | 1% | - |
| XYZ | 23.94 | 19.21 | 96.21 | - |
| YUV | 96.77 | 216.73 | 61.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 114 | 254 | 0.99 | 0.55 | 0 | 0.00 | 213.47 | 0.99 | 0.5 |
| Hex | 3 | 72 | FE | 63 | 37 | 0 | 0 | D5 | 63 | 32 |
| Octal | 3 | 162 | 376 | 143 | 67 | 0 | 0 | 325 | 143 | 62 |
| Binary | 11 | 1110010 | 11111110 | 1100011 | 110111 | 0 | 0 | 11010101 | 1100011 | 110010 |
Color Harmonies of #0372FE
Complementary color
Monochromatic Colors of #0372FE
Black with #0372FE
Text Example
Text Example
White with #0372FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0372FE; }
p { color: rgb(3,114,254); }
H1.HeaderClassName
{
color: #0372FE;
}
.AnyTagClassName
{
color: #0372FE;
}
</style>
background-color css
<style>
a { background-color: #0372FE; }
a { background-color: rgb(3,114,254); }
div.DivClassName
{
background-color: #0372FE;
}
.BgClassName
{
background-color: #0372FE;
}
</style>
border-color css
<style>
span { border-color: #0372FE; }
span { border-color: rgb(3,114,254); }
td.TdClassName
{
border-color: #0372FE;
}
.TagClassName
{
border-color: #0372FE;
}
</style>