Shades of Dodger Blue #239BEC
Tints of Dodger Blue #239BEC
RGB
CMYK
RGB Variations
Color information
#239BEC (or 0x239BEC) is known color: Dodger Blue. HEX triplet: 23, 9B and EC. RGB value is (35,155,236). Sum of RGB (Red+Green+Blue) = 35+155+236=426 (56% of max value = 765). Red value is 35 (14.06% from 255 or 8.22% from 426); Green value is 155 (60.94% from 255 or 36.38% from 426); Blue value is 236 (92.58% from 255 or 55.40% from 426); Max value from RGB is 236 - color contains mainly: blue. Hex color #239BEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #239BEC is #DC6413. Grayscale: #7F7F7F. Windows color (decimal): -14443540 or 15506211. OLE color: 15506211.
HSL color Cylindrical-coordinate representation of color #239BEC: hue angle of 204.18º 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 #239BEC is Cyan = 0.85, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 155 | 236 | - |
| CMYK | 0.85 | 0.34 | 0 | 0.07 |
| HSL | 204.18º | 0.84% | 0.53% | - |
| HSV(B) | 204.18º | 0.85% | 0.93% | - |
| XYZ | 27.55 | 29.86 | 83.67 | - |
| YUV | 128.35 | 188.74 | 61.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 155 | 236 | 0.85 | 0.34 | 0 | 0.07 | 204.18 | 0.84 | 0.53 |
| Hex | 23 | 9B | EC | 55 | 22 | 0 | 7 | CC | 54 | 35 |
| Octal | 43 | 233 | 354 | 125 | 42 | 0 | 7 | 314 | 124 | 65 |
| Binary | 100011 | 10011011 | 11101100 | 1010101 | 100010 | 0 | 111 | 11001100 | 1010100 | 110101 |
Color Harmonies of #239BEC
Complementary color
Monochromatic Colors of #239BEC
Black with #239BEC
Text Example
Text Example
White with #239BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239BEC; }
p { color: rgb(35,155,236); }
H1.HeaderClassName
{
color: #239BEC;
}
.AnyTagClassName
{
color: #239BEC;
}
</style>
background-color css
<style>
a { background-color: #239BEC; }
a { background-color: rgb(35,155,236); }
div.DivClassName
{
background-color: #239BEC;
}
.BgClassName
{
background-color: #239BEC;
}
</style>
border-color css
<style>
span { border-color: #239BEC; }
span { border-color: rgb(35,155,236); }
td.TdClassName
{
border-color: #239BEC;
}
.TagClassName
{
border-color: #239BEC;
}
</style>