Shades of Dodger Blue #0373FE
Tints of Dodger Blue #0373FE
RGB
CMYK
RGB Variations
Color information
#0373FE (or 0x0373FE) is known color: Dodger Blue. HEX triplet: 03, 73 and FE. RGB value is (3,115,254). Sum of RGB (Red+Green+Blue) = 3+115+254=372 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.81% from 372); Green value is 115 (45.31% from 255 or 30.91% from 372); Blue value is 254 (99.61% from 255 or 68.28% from 372); Max value from RGB is 254 - color contains mainly: blue. Hex color #0373FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0373FE is #FC8C01. Grayscale: #606060. Windows color (decimal): -16550914 or 16675587. OLE color: 16675587.
HSL color Cylindrical-coordinate representation of color #0373FE: hue angle of 213.23º 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 #0373FE is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 115 | 254 | - |
| CMYK | 0.99 | 0.55 | 0 | 0.00 |
| HSL | 213.23º | 0.99% | 0.5% | - |
| HSV(B) | 213.23º | 0.99% | 1% | - |
| XYZ | 24.06 | 19.44 | 96.25 | - |
| YUV | 97.36 | 216.39 | 60.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 115 | 254 | 0.99 | 0.55 | 0 | 0.00 | 213.23 | 0.99 | 0.5 |
| Hex | 3 | 73 | FE | 63 | 37 | 0 | 0 | D5 | 63 | 32 |
| Octal | 3 | 163 | 376 | 143 | 67 | 0 | 0 | 325 | 143 | 62 |
| Binary | 11 | 1110011 | 11111110 | 1100011 | 110111 | 0 | 0 | 11010101 | 1100011 | 110010 |
Color Harmonies of #0373FE
Complementary color
Monochromatic Colors of #0373FE
Black with #0373FE
Text Example
Text Example
White with #0373FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0373FE; }
p { color: rgb(3,115,254); }
H1.HeaderClassName
{
color: #0373FE;
}
.AnyTagClassName
{
color: #0373FE;
}
</style>
background-color css
<style>
a { background-color: #0373FE; }
a { background-color: rgb(3,115,254); }
div.DivClassName
{
background-color: #0373FE;
}
.BgClassName
{
background-color: #0373FE;
}
</style>
border-color css
<style>
span { border-color: #0373FE; }
span { border-color: rgb(3,115,254); }
td.TdClassName
{
border-color: #0373FE;
}
.TagClassName
{
border-color: #0373FE;
}
</style>