Shades of Dodger Blue #1776EE
Tints of Dodger Blue #1776EE
RGB
CMYK
RGB Variations
Color information
#1776EE (or 0x1776EE) is known color: Dodger Blue. HEX triplet: 17, 76 and EE. RGB value is (23,118,238). Sum of RGB (Red+Green+Blue) = 23+118+238=379 (50% of max value = 765). Red value is 23 (9.38% from 255 or 6.07% from 379); Green value is 118 (46.48% from 255 or 31.13% from 379); Blue value is 238 (93.36% from 255 or 62.80% from 379); Max value from RGB is 238 - color contains mainly: blue. Hex color #1776EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1776EE is #E88911. Grayscale: #666666. Windows color (decimal): -15239442 or 15627799. OLE color: 15627799.
HSL color Cylindrical-coordinate representation of color #1776EE: hue angle of 213.49º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1776EE is Cyan = 0.90, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 118 | 238 | - |
| CMYK | 0.90 | 0.50 | 0 | 0.07 |
| HSL | 213.49º | 0.86% | 0.51% | - |
| HSV(B) | 213.49º | 0.9% | 0.93% | - |
| XYZ | 22.26 | 19.31 | 83.44 | - |
| YUV | 103.28 | 204.03 | 70.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 118 | 238 | 0.90 | 0.50 | 0 | 0.07 | 213.49 | 0.86 | 0.51 |
| Hex | 17 | 76 | EE | 5A | 32 | 0 | 7 | D5 | 56 | 33 |
| Octal | 27 | 166 | 356 | 132 | 62 | 0 | 7 | 325 | 126 | 63 |
| Binary | 10111 | 1110110 | 11101110 | 1011010 | 110010 | 0 | 111 | 11010101 | 1010110 | 110011 |
Color Harmonies of #1776EE
Complementary color
Monochromatic Colors of #1776EE
Black with #1776EE
Text Example
Text Example
White with #1776EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1776EE; }
p { color: rgb(23,118,238); }
H1.HeaderClassName
{
color: #1776EE;
}
.AnyTagClassName
{
color: #1776EE;
}
</style>
background-color css
<style>
a { background-color: #1776EE; }
a { background-color: rgb(23,118,238); }
div.DivClassName
{
background-color: #1776EE;
}
.BgClassName
{
background-color: #1776EE;
}
</style>
border-color css
<style>
span { border-color: #1776EE; }
span { border-color: rgb(23,118,238); }
td.TdClassName
{
border-color: #1776EE;
}
.TagClassName
{
border-color: #1776EE;
}
</style>