Shades of Dodger Blue #239FEB
Tints of Dodger Blue #239FEB
RGB
CMYK
RGB Variations
Color information
#239FEB (or 0x239FEB) is known color: Dodger Blue. HEX triplet: 23, 9F and EB. RGB value is (35,159,235). Sum of RGB (Red+Green+Blue) = 35+159+235=429 (56% of max value = 765). Red value is 35 (14.06% from 255 or 8.16% from 429); Green value is 159 (62.5% from 255 or 37.06% from 429); Blue value is 235 (92.19% from 255 or 54.78% from 429); Max value from RGB is 235 - color contains mainly: blue. Hex color #239FEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #239FEB is #DC6014. Grayscale: #828282. Windows color (decimal): -14442517 or 15441699. OLE color: 15441699.
HSL color Cylindrical-coordinate representation of color #239FEB: hue angle of 202.8º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #239FEB is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 35 | 159 | 235 | - |
| CMYK | 0.85 | 0.32 | 0 | 0.08 |
| HSL | 202.8º | 0.83% | 0.53% | - |
| HSV(B) | 202.8º | 0.85% | 0.92% | - |
| XYZ | 28.09 | 31.15 | 83.13 | - |
| YUV | 130.59 | 186.92 | 59.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 159 | 235 | 0.85 | 0.32 | 0 | 0.08 | 202.8 | 0.83 | 0.53 |
| Hex | 23 | 9F | EB | 55 | 20 | 0 | 8 | CB | 53 | 35 |
| Octal | 43 | 237 | 353 | 125 | 40 | 0 | 10 | 313 | 123 | 65 |
| Binary | 100011 | 10011111 | 11101011 | 1010101 | 100000 | 0 | 1000 | 11001011 | 1010011 | 110101 |
Color Harmonies of #239FEB
Complementary color
Monochromatic Colors of #239FEB
Black with #239FEB
Text Example
Text Example
White with #239FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239FEB; }
p { color: rgb(35,159,235); }
H1.HeaderClassName
{
color: #239FEB;
}
.AnyTagClassName
{
color: #239FEB;
}
</style>
background-color css
<style>
a { background-color: #239FEB; }
a { background-color: rgb(35,159,235); }
div.DivClassName
{
background-color: #239FEB;
}
.BgClassName
{
background-color: #239FEB;
}
</style>
border-color css
<style>
span { border-color: #239FEB; }
span { border-color: rgb(35,159,235); }
td.TdClassName
{
border-color: #239FEB;
}
.TagClassName
{
border-color: #239FEB;
}
</style>