Shades of Dodger Blue #239CEC
Tints of Dodger Blue #239CEC
RGB
CMYK
RGB Variations
Color information
#239CEC (or 0x239CEC) is known color: Dodger Blue. HEX triplet: 23, 9C and EC. RGB value is (35,156,236). Sum of RGB (Red+Green+Blue) = 35+156+236=427 (56% of max value = 765). Red value is 35 (14.06% from 255 or 8.20% from 427); Green value is 156 (61.33% from 255 or 36.53% from 427); Blue value is 236 (92.58% from 255 or 55.27% from 427); Max value from RGB is 236 - color contains mainly: blue. Hex color #239CEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #239CEC is #DC6313. Grayscale: #808080. Windows color (decimal): -14443284 or 15506467. OLE color: 15506467.
HSL color Cylindrical-coordinate representation of color #239CEC: hue angle of 203.88º degrees, saturation: 0.84, 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 #239CEC is Cyan = 0.85, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 156 | 236 | - |
| CMYK | 0.85 | 0.34 | 0 | 0.07 |
| HSL | 203.88º | 0.84% | 0.53% | - |
| HSV(B) | 203.88º | 0.85% | 0.93% | - |
| XYZ | 27.72 | 30.19 | 83.72 | - |
| YUV | 128.94 | 188.41 | 61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 156 | 236 | 0.85 | 0.34 | 0 | 0.07 | 203.88 | 0.84 | 0.53 |
| Hex | 23 | 9C | EC | 55 | 22 | 0 | 7 | CC | 54 | 35 |
| Octal | 43 | 234 | 354 | 125 | 42 | 0 | 7 | 314 | 124 | 65 |
| Binary | 100011 | 10011100 | 11101100 | 1010101 | 100010 | 0 | 111 | 11001100 | 1010100 | 110101 |
Color Harmonies of #239CEC
Complementary color
Monochromatic Colors of #239CEC
Black with #239CEC
Text Example
Text Example
White with #239CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239CEC; }
p { color: rgb(35,156,236); }
H1.HeaderClassName
{
color: #239CEC;
}
.AnyTagClassName
{
color: #239CEC;
}
</style>
background-color css
<style>
a { background-color: #239CEC; }
a { background-color: rgb(35,156,236); }
div.DivClassName
{
background-color: #239CEC;
}
.BgClassName
{
background-color: #239CEC;
}
</style>
border-color css
<style>
span { border-color: #239CEC; }
span { border-color: rgb(35,156,236); }
td.TdClassName
{
border-color: #239CEC;
}
.TagClassName
{
border-color: #239CEC;
}
</style>