Shades of Dodger Blue #0374FA
Tints of Dodger Blue #0374FA
RGB
CMYK
RGB Variations
Color information
#0374FA (or 0x0374FA) is known color: Dodger Blue. HEX triplet: 03, 74 and FA. RGB value is (3,116,250). Sum of RGB (Red+Green+Blue) = 3+116+250=369 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.81% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 250 (98.05% from 255 or 67.75% from 369); Max value from RGB is 250 - color contains mainly: blue. Hex color #0374FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0374FA is #FC8B05. Grayscale: #606060. Windows color (decimal): -16550662 or 16413699. OLE color: 16413699.
HSL color Cylindrical-coordinate representation of color #0374FA: hue angle of 212.55º 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 #0374FA is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 116 | 250 | - |
| CMYK | 0.99 | 0.54 | 0 | 0.02 |
| HSL | 212.55º | 0.98% | 0.5% | - |
| HSV(B) | 212.55º | 0.99% | 0.98% | - |
| XYZ | 23.54 | 19.41 | 92.95 | - |
| YUV | 97.49 | 214.06 | 60.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 116 | 250 | 0.99 | 0.54 | 0 | 0.02 | 212.55 | 0.98 | 0.5 |
| Hex | 3 | 74 | FA | 63 | 36 | 0 | 2 | D5 | 62 | 32 |
| Octal | 3 | 164 | 372 | 143 | 66 | 0 | 2 | 325 | 142 | 62 |
| Binary | 11 | 1110100 | 11111010 | 1100011 | 110110 | 0 | 10 | 11010101 | 1100010 | 110010 |
Color Harmonies of #0374FA
Complementary color
Monochromatic Colors of #0374FA
Black with #0374FA
Text Example
Text Example
White with #0374FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0374FA; }
p { color: rgb(3,116,250); }
H1.HeaderClassName
{
color: #0374FA;
}
.AnyTagClassName
{
color: #0374FA;
}
</style>
background-color css
<style>
a { background-color: #0374FA; }
a { background-color: rgb(3,116,250); }
div.DivClassName
{
background-color: #0374FA;
}
.BgClassName
{
background-color: #0374FA;
}
</style>
border-color css
<style>
span { border-color: #0374FA; }
span { border-color: rgb(3,116,250); }
td.TdClassName
{
border-color: #0374FA;
}
.TagClassName
{
border-color: #0374FA;
}
</style>