Shades of Dodger Blue #0371FE
Tints of Dodger Blue #0371FE
RGB
CMYK
RGB Variations
Color information
#0371FE (or 0x0371FE) is known color: Dodger Blue. HEX triplet: 03, 71 and FE. RGB value is (3,113,254). Sum of RGB (Red+Green+Blue) = 3+113+254=370 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.81% from 370); Green value is 113 (44.53% from 255 or 30.54% from 370); Blue value is 254 (99.61% from 255 or 68.65% from 370); Max value from RGB is 254 - color contains mainly: blue. Hex color #0371FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0371FE is #FC8E01. Grayscale: #5F5F5F. Windows color (decimal): -16551426 or 16675075. OLE color: 16675075.
HSL color Cylindrical-coordinate representation of color #0371FE: hue angle of 213.71º 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 #0371FE is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 113 | 254 | - |
| CMYK | 0.99 | 0.56 | 0 | 0.00 |
| HSL | 213.71º | 0.99% | 0.5% | - |
| HSV(B) | 213.71º | 0.99% | 1% | - |
| XYZ | 23.83 | 18.99 | 96.17 | - |
| YUV | 96.18 | 217.06 | 61.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 113 | 254 | 0.99 | 0.56 | 0 | 0.00 | 213.71 | 0.99 | 0.5 |
| Hex | 3 | 71 | FE | 63 | 38 | 0 | 0 | D6 | 63 | 32 |
| Octal | 3 | 161 | 376 | 143 | 70 | 0 | 0 | 326 | 143 | 62 |
| Binary | 11 | 1110001 | 11111110 | 1100011 | 111000 | 0 | 0 | 11010110 | 1100011 | 110010 |
Color Harmonies of #0371FE
Complementary color
Monochromatic Colors of #0371FE
Black with #0371FE
Text Example
Text Example
White with #0371FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0371FE; }
p { color: rgb(3,113,254); }
H1.HeaderClassName
{
color: #0371FE;
}
.AnyTagClassName
{
color: #0371FE;
}
</style>
background-color css
<style>
a { background-color: #0371FE; }
a { background-color: rgb(3,113,254); }
div.DivClassName
{
background-color: #0371FE;
}
.BgClassName
{
background-color: #0371FE;
}
</style>
border-color css
<style>
span { border-color: #0371FE; }
span { border-color: rgb(3,113,254); }
td.TdClassName
{
border-color: #0371FE;
}
.TagClassName
{
border-color: #0371FE;
}
</style>