Shades of Dodger Blue #239FEC
Tints of Dodger Blue #239FEC
RGB
CMYK
RGB Variations
Color information
#239FEC (or 0x239FEC) is known color: Dodger Blue. HEX triplet: 23, 9F and EC. RGB value is (35,159,236). Sum of RGB (Red+Green+Blue) = 35+159+236=430 (56% of max value = 765). Red value is 35 (14.06% from 255 or 8.14% from 430); Green value is 159 (62.5% from 255 or 36.98% from 430); Blue value is 236 (92.58% from 255 or 54.88% from 430); Max value from RGB is 236 - color contains mainly: blue. Hex color #239FEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #239FEC is #DC6013. Grayscale: #828282. Windows color (decimal): -14442516 or 15507235. OLE color: 15507235.
HSL color Cylindrical-coordinate representation of color #239FEC: hue angle of 202.99º 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 #239FEC is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 159 | 236 | - |
| CMYK | 0.85 | 0.33 | 0 | 0.07 |
| HSL | 202.99º | 0.84% | 0.53% | - |
| HSV(B) | 202.99º | 0.85% | 0.93% | - |
| XYZ | 28.23 | 31.21 | 83.89 | - |
| YUV | 130.7 | 187.42 | 59.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 159 | 236 | 0.85 | 0.33 | 0 | 0.07 | 202.99 | 0.84 | 0.53 |
| Hex | 23 | 9F | EC | 55 | 21 | 0 | 7 | CB | 54 | 35 |
| Octal | 43 | 237 | 354 | 125 | 41 | 0 | 7 | 313 | 124 | 65 |
| Binary | 100011 | 10011111 | 11101100 | 1010101 | 100001 | 0 | 111 | 11001011 | 1010100 | 110101 |
Color Harmonies of #239FEC
Complementary color
Monochromatic Colors of #239FEC
Black with #239FEC
Text Example
Text Example
White with #239FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239FEC; }
p { color: rgb(35,159,236); }
H1.HeaderClassName
{
color: #239FEC;
}
.AnyTagClassName
{
color: #239FEC;
}
</style>
background-color css
<style>
a { background-color: #239FEC; }
a { background-color: rgb(35,159,236); }
div.DivClassName
{
background-color: #239FEC;
}
.BgClassName
{
background-color: #239FEC;
}
</style>
border-color css
<style>
span { border-color: #239FEC; }
span { border-color: rgb(35,159,236); }
td.TdClassName
{
border-color: #239FEC;
}
.TagClassName
{
border-color: #239FEC;
}
</style>