Shades of Dodger Blue #237FED
Tints of Dodger Blue #237FED
RGB
CMYK
RGB Variations
Color information
#237FED (or 0x237FED) is known color: Dodger Blue. HEX triplet: 23, 7F and ED. RGB value is (35,127,237). Sum of RGB (Red+Green+Blue) = 35+127+237=399 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.77% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 237 (92.97% from 255 or 59.40% from 399); Max value from RGB is 237 - color contains mainly: blue. Hex color #237FED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #237FED is #DC8012. Grayscale: #6F6F6F. Windows color (decimal): -14450707 or 15564579. OLE color: 15564579.
HSL color Cylindrical-coordinate representation of color #237FED: hue angle of 212.67º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #237FED is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 127 | 237 | - |
| CMYK | 0.85 | 0.46 | 0 | 0.07 |
| HSL | 212.67º | 0.85% | 0.53% | - |
| HSV(B) | 212.67º | 0.85% | 0.93% | - |
| XYZ | 23.57 | 21.65 | 83.06 | - |
| YUV | 112.03 | 198.52 | 73.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 127 | 237 | 0.85 | 0.46 | 0 | 0.07 | 212.67 | 0.85 | 0.53 |
| Hex | 23 | 7F | ED | 55 | 2E | 0 | 7 | D5 | 55 | 35 |
| Octal | 43 | 177 | 355 | 125 | 56 | 0 | 7 | 325 | 125 | 65 |
| Binary | 100011 | 1111111 | 11101101 | 1010101 | 101110 | 0 | 111 | 11010101 | 1010101 | 110101 |
Color Harmonies of #237FED
Complementary color
Monochromatic Colors of #237FED
Black with #237FED
Text Example
Text Example
White with #237FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237FED; }
p { color: rgb(35,127,237); }
H1.HeaderClassName
{
color: #237FED;
}
.AnyTagClassName
{
color: #237FED;
}
</style>
background-color css
<style>
a { background-color: #237FED; }
a { background-color: rgb(35,127,237); }
div.DivClassName
{
background-color: #237FED;
}
.BgClassName
{
background-color: #237FED;
}
</style>
border-color css
<style>
span { border-color: #237FED; }
span { border-color: rgb(35,127,237); }
td.TdClassName
{
border-color: #237FED;
}
.TagClassName
{
border-color: #237FED;
}
</style>