Shades of Dodger Blue #0377FC
Tints of Dodger Blue #0377FC
RGB
CMYK
RGB Variations
Color information
#0377FC (or 0x0377FC) is known color: Dodger Blue. HEX triplet: 03, 77 and FC. RGB value is (3,119,252). Sum of RGB (Red+Green+Blue) = 3+119+252=374 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.80% from 374); Green value is 119 (46.88% from 255 or 31.82% from 374); Blue value is 252 (98.83% from 255 or 67.38% from 374); Max value from RGB is 252 - color contains mainly: blue. Hex color #0377FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0377FC is #FC8803. Grayscale: #626262. Windows color (decimal): -16549892 or 16545539. OLE color: 16545539.
HSL color Cylindrical-coordinate representation of color #0377FC: hue angle of 212.05º 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 #0377FC is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 119 | 252 | - |
| CMYK | 0.99 | 0.53 | 0 | 0.01 |
| HSL | 212.05º | 0.98% | 0.5% | - |
| HSV(B) | 212.05º | 0.99% | 0.99% | - |
| XYZ | 24.21 | 20.24 | 94.73 | - |
| YUV | 99.48 | 214.07 | 59.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 119 | 252 | 0.99 | 0.53 | 0 | 0.01 | 212.05 | 0.98 | 0.5 |
| Hex | 3 | 77 | FC | 63 | 35 | 0 | 1 | D4 | 62 | 32 |
| Octal | 3 | 167 | 374 | 143 | 65 | 0 | 1 | 324 | 142 | 62 |
| Binary | 11 | 1110111 | 11111100 | 1100011 | 110101 | 0 | 1 | 11010100 | 1100010 | 110010 |
Color Harmonies of #0377FC
Complementary color
Monochromatic Colors of #0377FC
Black with #0377FC
Text Example
Text Example
White with #0377FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0377FC; }
p { color: rgb(3,119,252); }
H1.HeaderClassName
{
color: #0377FC;
}
.AnyTagClassName
{
color: #0377FC;
}
</style>
background-color css
<style>
a { background-color: #0377FC; }
a { background-color: rgb(3,119,252); }
div.DivClassName
{
background-color: #0377FC;
}
.BgClassName
{
background-color: #0377FC;
}
</style>
border-color css
<style>
span { border-color: #0377FC; }
span { border-color: rgb(3,119,252); }
td.TdClassName
{
border-color: #0377FC;
}
.TagClassName
{
border-color: #0377FC;
}
</style>