Shades of Dodger Blue #057BF3
Tints of Dodger Blue #057BF3
RGB
CMYK
RGB Variations
Color information
#057BF3 (or 0x057BF3) is known color: Dodger Blue. HEX triplet: 05, 7B and F3. RGB value is (5,123,243). Sum of RGB (Red+Green+Blue) = 5+123+243=371 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.35% from 371); Green value is 123 (48.44% from 255 or 33.15% from 371); Blue value is 243 (95.31% from 255 or 65.50% from 371); Max value from RGB is 243 - color contains mainly: blue. Hex color #057BF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #057BF3 is #FA840C. Grayscale: #646464. Windows color (decimal): -16417805 or 15956741. OLE color: 15956741.
HSL color Cylindrical-coordinate representation of color #057BF3: hue angle of 210.25º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #057BF3 is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 5 | 123 | 243 | - |
| CMYK | 0.98 | 0.49 | 0 | 0.05 |
| HSL | 210.25º | 0.96% | 0.49% | - |
| HSV(B) | 210.25º | 0.98% | 0.95% | - |
| XYZ | 23.32 | 20.67 | 87.55 | - |
| YUV | 101.4 | 207.91 | 59.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 123 | 243 | 0.98 | 0.49 | 0 | 0.05 | 210.25 | 0.96 | 0.49 |
| Hex | 5 | 7B | F3 | 62 | 31 | 0 | 5 | D2 | 60 | 31 |
| Octal | 5 | 173 | 363 | 142 | 61 | 0 | 5 | 322 | 140 | 61 |
| Binary | 101 | 1111011 | 11110011 | 1100010 | 110001 | 0 | 101 | 11010010 | 1100000 | 110001 |
Color Harmonies of #057BF3
Complementary color
Monochromatic Colors of #057BF3
Black with #057BF3
Text Example
Text Example
White with #057BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057BF3; }
p { color: rgb(5,123,243); }
H1.HeaderClassName
{
color: #057BF3;
}
.AnyTagClassName
{
color: #057BF3;
}
</style>
background-color css
<style>
a { background-color: #057BF3; }
a { background-color: rgb(5,123,243); }
div.DivClassName
{
background-color: #057BF3;
}
.BgClassName
{
background-color: #057BF3;
}
</style>
border-color css
<style>
span { border-color: #057BF3; }
span { border-color: rgb(5,123,243); }
td.TdClassName
{
border-color: #057BF3;
}
.TagClassName
{
border-color: #057BF3;
}
</style>