Shades of Dodger Blue #057AF2
Tints of Dodger Blue #057AF2
RGB
CMYK
RGB Variations
Color information
#057AF2 (or 0x057AF2) is known color: Dodger Blue. HEX triplet: 05, 7A and F2. RGB value is (5,122,242). Sum of RGB (Red+Green+Blue) = 5+122+242=369 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.36% from 369); Green value is 122 (48.05% from 255 or 33.06% from 369); Blue value is 242 (94.92% from 255 or 65.58% from 369); Max value from RGB is 242 - color contains mainly: blue. Hex color #057AF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #057AF2 is #FA850D. Grayscale: #646464. Windows color (decimal): -16418062 or 15890949. OLE color: 15890949.
HSL color Cylindrical-coordinate representation of color #057AF2: hue angle of 210.38º 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 #057AF2 is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 5 | 122 | 242 | - |
| CMYK | 0.98 | 0.50 | 0 | 0.05 |
| HSL | 210.38º | 0.96% | 0.48% | - |
| HSV(B) | 210.38º | 0.98% | 0.95% | - |
| XYZ | 23.05 | 20.36 | 86.72 | - |
| YUV | 100.7 | 207.74 | 59.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 122 | 242 | 0.98 | 0.50 | 0 | 0.05 | 210.38 | 0.96 | 0.48 |
| Hex | 5 | 7A | F2 | 62 | 32 | 0 | 5 | D2 | 60 | 30 |
| Octal | 5 | 172 | 362 | 142 | 62 | 0 | 5 | 322 | 140 | 60 |
| Binary | 101 | 1111010 | 11110010 | 1100010 | 110010 | 0 | 101 | 11010010 | 1100000 | 110000 |
Color Harmonies of #057AF2
Complementary color
Monochromatic Colors of #057AF2
Black with #057AF2
Text Example
Text Example
White with #057AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057AF2; }
p { color: rgb(5,122,242); }
H1.HeaderClassName
{
color: #057AF2;
}
.AnyTagClassName
{
color: #057AF2;
}
</style>
background-color css
<style>
a { background-color: #057AF2; }
a { background-color: rgb(5,122,242); }
div.DivClassName
{
background-color: #057AF2;
}
.BgClassName
{
background-color: #057AF2;
}
</style>
border-color css
<style>
span { border-color: #057AF2; }
span { border-color: rgb(5,122,242); }
td.TdClassName
{
border-color: #057AF2;
}
.TagClassName
{
border-color: #057AF2;
}
</style>