Shades of Dodger Blue #238BDB
Tints of Dodger Blue #238BDB
RGB
CMYK
RGB Variations
Color information
#238BDB (or 0x238BDB) is known color: Dodger Blue. HEX triplet: 23, 8B and DB. RGB value is (35,139,219). Sum of RGB (Red+Green+Blue) = 35+139+219=393 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.91% from 393); Green value is 139 (54.69% from 255 or 35.37% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #238BDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238BDB is #DC7424. Grayscale: #747474. Windows color (decimal): -14447653 or 14388003. OLE color: 14388003.
HSL color Cylindrical-coordinate representation of color #238BDB: hue angle of 206.09º 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 #238BDB is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 139 | 219 | - |
| CMYK | 0.84 | 0.37 | 0 | 0.14 |
| HSL | 206.09º | 0.72% | 0.5% | - |
| HSV(B) | 206.09º | 0.84% | 0.86% | - |
| XYZ | 22.71 | 23.94 | 70.44 | - |
| YUV | 117.02 | 185.54 | 69.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 139 | 219 | 0.84 | 0.37 | 0 | 0.14 | 206.09 | 0.72 | 0.5 |
| Hex | 23 | 8B | DB | 54 | 25 | 0 | E | CE | 48 | 32 |
| Octal | 43 | 213 | 333 | 124 | 45 | 0 | 16 | 316 | 110 | 62 |
| Binary | 100011 | 10001011 | 11011011 | 1010100 | 100101 | 0 | 1110 | 11001110 | 1001000 | 110010 |
Color Harmonies of #238BDB
Complementary color
Monochromatic Colors of #238BDB
Black with #238BDB
Text Example
Text Example
White with #238BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238BDB; }
p { color: rgb(35,139,219); }
H1.HeaderClassName
{
color: #238BDB;
}
.AnyTagClassName
{
color: #238BDB;
}
</style>
background-color css
<style>
a { background-color: #238BDB; }
a { background-color: rgb(35,139,219); }
div.DivClassName
{
background-color: #238BDB;
}
.BgClassName
{
background-color: #238BDB;
}
</style>
border-color css
<style>
span { border-color: #238BDB; }
span { border-color: rgb(35,139,219); }
td.TdClassName
{
border-color: #238BDB;
}
.TagClassName
{
border-color: #238BDB;
}
</style>