Shades of Dodger Blue #237FE0
Tints of Dodger Blue #237FE0
RGB
CMYK
RGB Variations
Color information
#237FE0 (or 0x237FE0) is known color: Dodger Blue. HEX triplet: 23, 7F and E0. RGB value is (35,127,224). Sum of RGB (Red+Green+Blue) = 35+127+224=386 (51% of max value = 765). Red value is 35 (14.06% from 255 or 9.07% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 224 (87.89% from 255 or 58.03% from 386); Max value from RGB is 224 - color contains mainly: blue. Hex color #237FE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #237FE0 is #DC801F. Grayscale: #6E6E6E. Windows color (decimal): -14450720 or 14712611. OLE color: 14712611.
HSL color Cylindrical-coordinate representation of color #237FE0: hue angle of 210.79º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #237FE0 is Cyan = 0.84, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 35 | 127 | 224 | - |
| CMYK | 0.84 | 0.43 | 0 | 0.12 |
| HSL | 210.79º | 0.75% | 0.51% | - |
| HSV(B) | 210.79º | 0.84% | 0.88% | - |
| XYZ | 21.74 | 20.92 | 73.41 | - |
| YUV | 110.55 | 192.02 | 74.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 127 | 224 | 0.84 | 0.43 | 0 | 0.12 | 210.79 | 0.75 | 0.51 |
| Hex | 23 | 7F | E0 | 54 | 2B | 0 | C | D3 | 4B | 33 |
| Octal | 43 | 177 | 340 | 124 | 53 | 0 | 14 | 323 | 113 | 63 |
| Binary | 100011 | 1111111 | 11100000 | 1010100 | 101011 | 0 | 1100 | 11010011 | 1001011 | 110011 |
Color Harmonies of #237FE0
Complementary color
Monochromatic Colors of #237FE0
Black with #237FE0
Text Example
Text Example
White with #237FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237FE0; }
p { color: rgb(35,127,224); }
H1.HeaderClassName
{
color: #237FE0;
}
.AnyTagClassName
{
color: #237FE0;
}
</style>
background-color css
<style>
a { background-color: #237FE0; }
a { background-color: rgb(35,127,224); }
div.DivClassName
{
background-color: #237FE0;
}
.BgClassName
{
background-color: #237FE0;
}
</style>
border-color css
<style>
span { border-color: #237FE0; }
span { border-color: rgb(35,127,224); }
td.TdClassName
{
border-color: #237FE0;
}
.TagClassName
{
border-color: #237FE0;
}
</style>