Shades of Dodger Blue #057BEE
Tints of Dodger Blue #057BEE
RGB
CMYK
RGB Variations
Color information
#057BEE (or 0x057BEE) is known color: Dodger Blue. HEX triplet: 05, 7B and EE. RGB value is (5,123,238). Sum of RGB (Red+Green+Blue) = 5+123+238=366 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.37% from 366); Green value is 123 (48.44% from 255 or 33.61% from 366); Blue value is 238 (93.36% from 255 or 65.03% from 366); Max value from RGB is 238 - color contains mainly: blue. Hex color #057BEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #057BEE is #FA8411. Grayscale: #646464. Windows color (decimal): -16417810 or 15629061. OLE color: 15629061.
HSL color Cylindrical-coordinate representation of color #057BEE: hue angle of 209.61º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #057BEE is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 123 | 238 | - |
| CMYK | 0.98 | 0.48 | 0 | 0.07 |
| HSL | 209.61º | 0.96% | 0.48% | - |
| HSV(B) | 209.61º | 0.98% | 0.93% | - |
| XYZ | 22.58 | 20.37 | 83.63 | - |
| YUV | 100.83 | 205.41 | 59.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 123 | 238 | 0.98 | 0.48 | 0 | 0.07 | 209.61 | 0.96 | 0.48 |
| Hex | 5 | 7B | EE | 62 | 30 | 0 | 7 | D2 | 60 | 30 |
| Octal | 5 | 173 | 356 | 142 | 60 | 0 | 7 | 322 | 140 | 60 |
| Binary | 101 | 1111011 | 11101110 | 1100010 | 110000 | 0 | 111 | 11010010 | 1100000 | 110000 |
Color Harmonies of #057BEE
Complementary color
Monochromatic Colors of #057BEE
Black with #057BEE
Text Example
Text Example
White with #057BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057BEE; }
p { color: rgb(5,123,238); }
H1.HeaderClassName
{
color: #057BEE;
}
.AnyTagClassName
{
color: #057BEE;
}
</style>
background-color css
<style>
a { background-color: #057BEE; }
a { background-color: rgb(5,123,238); }
div.DivClassName
{
background-color: #057BEE;
}
.BgClassName
{
background-color: #057BEE;
}
</style>
border-color css
<style>
span { border-color: #057BEE; }
span { border-color: rgb(5,123,238); }
td.TdClassName
{
border-color: #057BEE;
}
.TagClassName
{
border-color: #057BEE;
}
</style>