Shades of Dodger Blue #239EED
Tints of Dodger Blue #239EED
RGB
CMYK
RGB Variations
Color information
#239EED (or 0x239EED) is known color: Dodger Blue. HEX triplet: 23, 9E and ED. RGB value is (35,158,237). Sum of RGB (Red+Green+Blue) = 35+158+237=430 (56% of max value = 765). Red value is 35 (14.06% from 255 or 8.14% from 430); Green value is 158 (62.11% from 255 or 36.74% from 430); Blue value is 237 (92.97% from 255 or 55.12% from 430); Max value from RGB is 237 - color contains mainly: blue. Hex color #239EED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #239EED is #DC6112. Grayscale: #818181. Windows color (decimal): -14442771 or 15572515. OLE color: 15572515.
HSL color Cylindrical-coordinate representation of color #239EED: hue angle of 203.47º 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 #239EED is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 158 | 237 | - |
| CMYK | 0.85 | 0.33 | 0 | 0.07 |
| HSL | 203.47º | 0.85% | 0.53% | - |
| HSV(B) | 203.47º | 0.85% | 0.93% | - |
| XYZ | 28.21 | 30.93 | 84.6 | - |
| YUV | 130.23 | 188.25 | 60.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 158 | 237 | 0.85 | 0.33 | 0 | 0.07 | 203.47 | 0.85 | 0.53 |
| Hex | 23 | 9E | ED | 55 | 21 | 0 | 7 | CB | 55 | 35 |
| Octal | 43 | 236 | 355 | 125 | 41 | 0 | 7 | 313 | 125 | 65 |
| Binary | 100011 | 10011110 | 11101101 | 1010101 | 100001 | 0 | 111 | 11001011 | 1010101 | 110101 |
Color Harmonies of #239EED
Complementary color
Monochromatic Colors of #239EED
Black with #239EED
Text Example
Text Example
White with #239EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239EED; }
p { color: rgb(35,158,237); }
H1.HeaderClassName
{
color: #239EED;
}
.AnyTagClassName
{
color: #239EED;
}
</style>
background-color css
<style>
a { background-color: #239EED; }
a { background-color: rgb(35,158,237); }
div.DivClassName
{
background-color: #239EED;
}
.BgClassName
{
background-color: #239EED;
}
</style>
border-color css
<style>
span { border-color: #239EED; }
span { border-color: rgb(35,158,237); }
td.TdClassName
{
border-color: #239EED;
}
.TagClassName
{
border-color: #239EED;
}
</style>