Shades of Dodger Blue #057CF2
Tints of Dodger Blue #057CF2
RGB
CMYK
RGB Variations
Color information
#057CF2 (or 0x057CF2) is known color: Dodger Blue. HEX triplet: 05, 7C and F2. RGB value is (5,124,242). Sum of RGB (Red+Green+Blue) = 5+124+242=371 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.35% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 242 (94.92% from 255 or 65.23% from 371); Max value from RGB is 242 - color contains mainly: blue. Hex color #057CF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #057CF2 is #FA830D. Grayscale: #656565. Windows color (decimal): -16417550 or 15891461. OLE color: 15891461.
HSL color Cylindrical-coordinate representation of color #057CF2: hue angle of 209.87º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #057CF2 is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 5 | 124 | 242 | - |
| CMYK | 0.98 | 0.49 | 0 | 0.05 |
| HSL | 209.87º | 0.96% | 0.48% | - |
| HSV(B) | 209.87º | 0.98% | 0.95% | - |
| XYZ | 23.3 | 20.86 | 86.8 | - |
| YUV | 101.87 | 207.08 | 58.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 124 | 242 | 0.98 | 0.49 | 0 | 0.05 | 209.87 | 0.96 | 0.48 |
| Hex | 5 | 7C | F2 | 62 | 31 | 0 | 5 | D2 | 60 | 30 |
| Octal | 5 | 174 | 362 | 142 | 61 | 0 | 5 | 322 | 140 | 60 |
| Binary | 101 | 1111100 | 11110010 | 1100010 | 110001 | 0 | 101 | 11010010 | 1100000 | 110000 |
Color Harmonies of #057CF2
Complementary color
Monochromatic Colors of #057CF2
Black with #057CF2
Text Example
Text Example
White with #057CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057CF2; }
p { color: rgb(5,124,242); }
H1.HeaderClassName
{
color: #057CF2;
}
.AnyTagClassName
{
color: #057CF2;
}
</style>
background-color css
<style>
a { background-color: #057CF2; }
a { background-color: rgb(5,124,242); }
div.DivClassName
{
background-color: #057CF2;
}
.BgClassName
{
background-color: #057CF2;
}
</style>
border-color css
<style>
span { border-color: #057CF2; }
span { border-color: rgb(5,124,242); }
td.TdClassName
{
border-color: #057CF2;
}
.TagClassName
{
border-color: #057CF2;
}
</style>