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