Shades of Dodger Blue #238FEA
Tints of Dodger Blue #238FEA
RGB
CMYK
RGB Variations
Color information
#238FEA (or 0x238FEA) is known color: Dodger Blue. HEX triplet: 23, 8F and EA. RGB value is (35,143,234). Sum of RGB (Red+Green+Blue) = 35+143+234=412 (54% of max value = 765). Red value is 35 (14.06% from 255 or 8.50% from 412); Green value is 143 (56.25% from 255 or 34.71% from 412); Blue value is 234 (91.80% from 255 or 56.80% from 412); Max value from RGB is 234 - color contains mainly: blue. Hex color #238FEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #238FEA is #DC7015. Grayscale: #787878. Windows color (decimal): -14446614 or 15372067. OLE color: 15372067.
HSL color Cylindrical-coordinate representation of color #238FEA: hue angle of 207.44º 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 #238FEA is Cyan = 0.85, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 35 | 143 | 234 | - |
| CMYK | 0.85 | 0.39 | 0 | 0.08 |
| HSL | 207.44º | 0.83% | 0.53% | - |
| HSV(B) | 207.44º | 0.85% | 0.92% | - |
| XYZ | 25.37 | 25.94 | 81.51 | - |
| YUV | 121.08 | 191.72 | 66.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 143 | 234 | 0.85 | 0.39 | 0 | 0.08 | 207.44 | 0.83 | 0.53 |
| Hex | 23 | 8F | EA | 55 | 27 | 0 | 8 | CF | 53 | 35 |
| Octal | 43 | 217 | 352 | 125 | 47 | 0 | 10 | 317 | 123 | 65 |
| Binary | 100011 | 10001111 | 11101010 | 1010101 | 100111 | 0 | 1000 | 11001111 | 1010011 | 110101 |
Color Harmonies of #238FEA
Complementary color
Monochromatic Colors of #238FEA
Black with #238FEA
Text Example
Text Example
White with #238FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238FEA; }
p { color: rgb(35,143,234); }
H1.HeaderClassName
{
color: #238FEA;
}
.AnyTagClassName
{
color: #238FEA;
}
</style>
background-color css
<style>
a { background-color: #238FEA; }
a { background-color: rgb(35,143,234); }
div.DivClassName
{
background-color: #238FEA;
}
.BgClassName
{
background-color: #238FEA;
}
</style>
border-color css
<style>
span { border-color: #238FEA; }
span { border-color: rgb(35,143,234); }
td.TdClassName
{
border-color: #238FEA;
}
.TagClassName
{
border-color: #238FEA;
}
</style>