Shades of Dodger Blue #238FDB
Tints of Dodger Blue #238FDB
RGB
CMYK
RGB Variations
Color information
#238FDB (or 0x238FDB) is known color: Dodger Blue. HEX triplet: 23, 8F and DB. RGB value is (35,143,219). Sum of RGB (Red+Green+Blue) = 35+143+219=397 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.82% from 397); Green value is 143 (56.25% from 255 or 36.02% from 397); Blue value is 219 (85.94% from 255 or 55.16% from 397); Max value from RGB is 219 - color contains mainly: blue. Hex color #238FDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238FDB is #DC7024. Grayscale: #767676. Windows color (decimal): -14446629 or 14389027. OLE color: 14389027.
HSL color Cylindrical-coordinate representation of color #238FDB: hue angle of 204.78º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #238FDB is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 143 | 219 | - |
| CMYK | 0.84 | 0.35 | 0 | 0.14 |
| HSL | 204.78º | 0.72% | 0.5% | - |
| HSV(B) | 204.78º | 0.84% | 0.86% | - |
| XYZ | 23.3 | 25.12 | 70.64 | - |
| YUV | 119.37 | 184.22 | 67.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 143 | 219 | 0.84 | 0.35 | 0 | 0.14 | 204.78 | 0.72 | 0.5 |
| Hex | 23 | 8F | DB | 54 | 23 | 0 | E | CD | 48 | 32 |
| Octal | 43 | 217 | 333 | 124 | 43 | 0 | 16 | 315 | 110 | 62 |
| Binary | 100011 | 10001111 | 11011011 | 1010100 | 100011 | 0 | 1110 | 11001101 | 1001000 | 110010 |
Color Harmonies of #238FDB
Complementary color
Monochromatic Colors of #238FDB
Black with #238FDB
Text Example
Text Example
White with #238FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238FDB; }
p { color: rgb(35,143,219); }
H1.HeaderClassName
{
color: #238FDB;
}
.AnyTagClassName
{
color: #238FDB;
}
</style>
background-color css
<style>
a { background-color: #238FDB; }
a { background-color: rgb(35,143,219); }
div.DivClassName
{
background-color: #238FDB;
}
.BgClassName
{
background-color: #238FDB;
}
</style>
border-color css
<style>
span { border-color: #238FDB; }
span { border-color: rgb(35,143,219); }
td.TdClassName
{
border-color: #238FDB;
}
.TagClassName
{
border-color: #238FDB;
}
</style>