Shades of Dodger Blue #237FE7
Tints of Dodger Blue #237FE7
RGB
CMYK
RGB Variations
Color information
#237FE7 (or 0x237FE7) is known color: Dodger Blue. HEX triplet: 23, 7F and E7. RGB value is (35,127,231). Sum of RGB (Red+Green+Blue) = 35+127+231=393 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.91% from 393); Green value is 127 (50% from 255 or 32.32% from 393); Blue value is 231 (90.62% from 255 or 58.78% from 393); Max value from RGB is 231 - color contains mainly: blue. Hex color #237FE7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #237FE7 is #DC8018. Grayscale: #6E6E6E. Windows color (decimal): -14450713 or 15171363. OLE color: 15171363.
HSL color Cylindrical-coordinate representation of color #237FE7: hue angle of 211.84º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #237FE7 is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 35 | 127 | 231 | - |
| CMYK | 0.85 | 0.45 | 0 | 0.09 |
| HSL | 211.84º | 0.8% | 0.52% | - |
| HSV(B) | 211.84º | 0.85% | 0.91% | - |
| XYZ | 22.71 | 21.31 | 78.52 | - |
| YUV | 111.35 | 195.52 | 73.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 127 | 231 | 0.85 | 0.45 | 0 | 0.09 | 211.84 | 0.8 | 0.52 |
| Hex | 23 | 7F | E7 | 55 | 2D | 0 | 9 | D4 | 50 | 34 |
| Octal | 43 | 177 | 347 | 125 | 55 | 0 | 11 | 324 | 120 | 64 |
| Binary | 100011 | 1111111 | 11100111 | 1010101 | 101101 | 0 | 1001 | 11010100 | 1010000 | 110100 |
Color Harmonies of #237FE7
Complementary color
Monochromatic Colors of #237FE7
Black with #237FE7
Text Example
Text Example
White with #237FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237FE7; }
p { color: rgb(35,127,231); }
H1.HeaderClassName
{
color: #237FE7;
}
.AnyTagClassName
{
color: #237FE7;
}
</style>
background-color css
<style>
a { background-color: #237FE7; }
a { background-color: rgb(35,127,231); }
div.DivClassName
{
background-color: #237FE7;
}
.BgClassName
{
background-color: #237FE7;
}
</style>
border-color css
<style>
span { border-color: #237FE7; }
span { border-color: rgb(35,127,231); }
td.TdClassName
{
border-color: #237FE7;
}
.TagClassName
{
border-color: #237FE7;
}
</style>