Shades of Dodger Blue #0374FC
Tints of Dodger Blue #0374FC
RGB
CMYK
RGB Variations
Color information
#0374FC (or 0x0374FC) is known color: Dodger Blue. HEX triplet: 03, 74 and FC. RGB value is (3,116,252). Sum of RGB (Red+Green+Blue) = 3+116+252=371 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.81% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 252 (98.83% from 255 or 67.92% from 371); Max value from RGB is 252 - color contains mainly: blue. Hex color #0374FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0374FC is #FC8B03. Grayscale: #616161. Windows color (decimal): -16550660 or 16544771. OLE color: 16544771.
HSL color Cylindrical-coordinate representation of color #0374FC: hue angle of 212.77º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0374FC is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 116 | 252 | - |
| CMYK | 0.99 | 0.54 | 0 | 0.01 |
| HSL | 212.77º | 0.98% | 0.5% | - |
| HSV(B) | 212.77º | 0.99% | 0.99% | - |
| XYZ | 23.85 | 19.54 | 94.61 | - |
| YUV | 97.72 | 215.06 | 60.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 116 | 252 | 0.99 | 0.54 | 0 | 0.01 | 212.77 | 0.98 | 0.5 |
| Hex | 3 | 74 | FC | 63 | 36 | 0 | 1 | D5 | 62 | 32 |
| Octal | 3 | 164 | 374 | 143 | 66 | 0 | 1 | 325 | 142 | 62 |
| Binary | 11 | 1110100 | 11111100 | 1100011 | 110110 | 0 | 1 | 11010101 | 1100010 | 110010 |
Color Harmonies of #0374FC
Complementary color
Monochromatic Colors of #0374FC
Black with #0374FC
Text Example
Text Example
White with #0374FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0374FC; }
p { color: rgb(3,116,252); }
H1.HeaderClassName
{
color: #0374FC;
}
.AnyTagClassName
{
color: #0374FC;
}
</style>
background-color css
<style>
a { background-color: #0374FC; }
a { background-color: rgb(3,116,252); }
div.DivClassName
{
background-color: #0374FC;
}
.BgClassName
{
background-color: #0374FC;
}
</style>
border-color css
<style>
span { border-color: #0374FC; }
span { border-color: rgb(3,116,252); }
td.TdClassName
{
border-color: #0374FC;
}
.TagClassName
{
border-color: #0374FC;
}
</style>