Shades of Dodger Blue #238BDA
Tints of Dodger Blue #238BDA
RGB
CMYK
RGB Variations
Color information
#238BDA (or 0x238BDA) is known color: Dodger Blue. HEX triplet: 23, 8B and DA. RGB value is (35,139,218). Sum of RGB (Red+Green+Blue) = 35+139+218=392 (51% of max value = 765). Red value is 35 (14.06% from 255 or 8.93% from 392); Green value is 139 (54.69% from 255 or 35.46% from 392); Blue value is 218 (85.55% from 255 or 55.61% from 392); Max value from RGB is 218 - color contains mainly: blue. Hex color #238BDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238BDA is #DC7425. Grayscale: #747474. Windows color (decimal): -14447654 or 14322467. OLE color: 14322467.
HSL color Cylindrical-coordinate representation of color #238BDA: hue angle of 205.9º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #238BDA is Cyan = 0.84, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 35 | 139 | 218 | - |
| CMYK | 0.84 | 0.36 | 0 | 0.15 |
| HSL | 205.9º | 0.72% | 0.5% | - |
| HSV(B) | 205.9º | 0.84% | 0.85% | - |
| XYZ | 22.58 | 23.88 | 69.75 | - |
| YUV | 116.91 | 185.04 | 69.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 139 | 218 | 0.84 | 0.36 | 0 | 0.15 | 205.9 | 0.72 | 0.5 |
| Hex | 23 | 8B | DA | 54 | 24 | 0 | F | CE | 48 | 32 |
| Octal | 43 | 213 | 332 | 124 | 44 | 0 | 17 | 316 | 110 | 62 |
| Binary | 100011 | 10001011 | 11011010 | 1010100 | 100100 | 0 | 1111 | 11001110 | 1001000 | 110010 |
Color Harmonies of #238BDA
Complementary color
Monochromatic Colors of #238BDA
Black with #238BDA
Text Example
Text Example
White with #238BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238BDA; }
p { color: rgb(35,139,218); }
H1.HeaderClassName
{
color: #238BDA;
}
.AnyTagClassName
{
color: #238BDA;
}
</style>
background-color css
<style>
a { background-color: #238BDA; }
a { background-color: rgb(35,139,218); }
div.DivClassName
{
background-color: #238BDA;
}
.BgClassName
{
background-color: #238BDA;
}
</style>
border-color css
<style>
span { border-color: #238BDA; }
span { border-color: rgb(35,139,218); }
td.TdClassName
{
border-color: #238BDA;
}
.TagClassName
{
border-color: #238BDA;
}
</style>