Shades of Dodger Blue #238FEF
Tints of Dodger Blue #238FEF
RGB
CMYK
RGB Variations
Color information
#238FEF (or 0x238FEF) is known color: Dodger Blue. HEX triplet: 23, 8F and EF. RGB value is (35,143,239). Sum of RGB (Red+Green+Blue) = 35+143+239=417 (55% of max value = 765). Red value is 35 (14.06% from 255 or 8.39% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 239 (93.75% from 255 or 57.31% from 417); Max value from RGB is 239 - color contains mainly: blue. Hex color #238FEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #238FEF is #DC7010. Grayscale: #797979. Windows color (decimal): -14446609 or 15699747. OLE color: 15699747.
HSL color Cylindrical-coordinate representation of color #238FEF: hue angle of 208.24º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #238FEF is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 35 | 143 | 239 | - |
| CMYK | 0.85 | 0.40 | 0 | 0.06 |
| HSL | 208.24º | 0.86% | 0.54% | - |
| HSV(B) | 208.24º | 0.85% | 0.94% | - |
| XYZ | 26.1 | 26.23 | 85.35 | - |
| YUV | 121.65 | 194.22 | 66.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 143 | 239 | 0.85 | 0.40 | 0 | 0.06 | 208.24 | 0.86 | 0.54 |
| Hex | 23 | 8F | EF | 55 | 28 | 0 | 6 | D0 | 56 | 36 |
| Octal | 43 | 217 | 357 | 125 | 50 | 0 | 6 | 320 | 126 | 66 |
| Binary | 100011 | 10001111 | 11101111 | 1010101 | 101000 | 0 | 110 | 11010000 | 1010110 | 110110 |
Color Harmonies of #238FEF
Complementary color
Monochromatic Colors of #238FEF
Black with #238FEF
Text Example
Text Example
White with #238FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238FEF; }
p { color: rgb(35,143,239); }
H1.HeaderClassName
{
color: #238FEF;
}
.AnyTagClassName
{
color: #238FEF;
}
</style>
background-color css
<style>
a { background-color: #238FEF; }
a { background-color: rgb(35,143,239); }
div.DivClassName
{
background-color: #238FEF;
}
.BgClassName
{
background-color: #238FEF;
}
</style>
border-color css
<style>
span { border-color: #238FEF; }
span { border-color: rgb(35,143,239); }
td.TdClassName
{
border-color: #238FEF;
}
.TagClassName
{
border-color: #238FEF;
}
</style>