Shades of Dodger Blue #238FE3
Tints of Dodger Blue #238FE3
RGB
CMYK
RGB Variations
Color information
#238FE3 (or 0x238FE3) is known color: Dodger Blue. HEX triplet: 23, 8F and E3. RGB value is (35,143,227). Sum of RGB (Red+Green+Blue) = 35+143+227=405 (53% of max value = 765). Red value is 35 (14.06% from 255 or 8.64% from 405); Green value is 143 (56.25% from 255 or 35.31% from 405); Blue value is 227 (89.06% from 255 or 56.05% from 405); Max value from RGB is 227 - color contains mainly: blue. Hex color #238FE3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238FE3 is #DC701C. Grayscale: #777777. Windows color (decimal): -14446621 or 14913315. OLE color: 14913315.
HSL color Cylindrical-coordinate representation of color #238FE3: hue angle of 206.25º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #238FE3 is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 35 | 143 | 227 | - |
| CMYK | 0.85 | 0.37 | 0 | 0.11 |
| HSL | 206.25º | 0.77% | 0.51% | - |
| HSV(B) | 206.25º | 0.85% | 0.89% | - |
| XYZ | 24.38 | 25.55 | 76.32 | - |
| YUV | 120.28 | 188.22 | 67.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 143 | 227 | 0.85 | 0.37 | 0 | 0.11 | 206.25 | 0.77 | 0.51 |
| Hex | 23 | 8F | E3 | 55 | 25 | 0 | B | CE | 4D | 33 |
| Octal | 43 | 217 | 343 | 125 | 45 | 0 | 13 | 316 | 115 | 63 |
| Binary | 100011 | 10001111 | 11100011 | 1010101 | 100101 | 0 | 1011 | 11001110 | 1001101 | 110011 |
Color Harmonies of #238FE3
Complementary color
Monochromatic Colors of #238FE3
Black with #238FE3
Text Example
Text Example
White with #238FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238FE3; }
p { color: rgb(35,143,227); }
H1.HeaderClassName
{
color: #238FE3;
}
.AnyTagClassName
{
color: #238FE3;
}
</style>
background-color css
<style>
a { background-color: #238FE3; }
a { background-color: rgb(35,143,227); }
div.DivClassName
{
background-color: #238FE3;
}
.BgClassName
{
background-color: #238FE3;
}
</style>
border-color css
<style>
span { border-color: #238FE3; }
span { border-color: rgb(35,143,227); }
td.TdClassName
{
border-color: #238FE3;
}
.TagClassName
{
border-color: #238FE3;
}
</style>