Shades of Dodger Blue #238FDD
Tints of Dodger Blue #238FDD
RGB
CMYK
RGB Variations
Color information
#238FDD (or 0x238FDD) is known color: Dodger Blue. HEX triplet: 23, 8F and DD. RGB value is (35,143,221). Sum of RGB (Red+Green+Blue) = 35+143+221=399 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.77% from 399); Green value is 143 (56.25% from 255 or 35.84% from 399); Blue value is 221 (86.72% from 255 or 55.39% from 399); Max value from RGB is 221 - color contains mainly: blue. Hex color #238FDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238FDD is #DC7022. Grayscale: #777777. Windows color (decimal): -14446627 or 14520099. OLE color: 14520099.
HSL color Cylindrical-coordinate representation of color #238FDD: hue angle of 205.16º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #238FDD is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 143 | 221 | - |
| CMYK | 0.84 | 0.35 | 0 | 0.13 |
| HSL | 205.16º | 0.73% | 0.5% | - |
| HSV(B) | 205.16º | 0.84% | 0.87% | - |
| XYZ | 23.57 | 25.22 | 72.03 | - |
| YUV | 119.6 | 185.22 | 67.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 143 | 221 | 0.84 | 0.35 | 0 | 0.13 | 205.16 | 0.73 | 0.5 |
| Hex | 23 | 8F | DD | 54 | 23 | 0 | D | CD | 49 | 32 |
| Octal | 43 | 217 | 335 | 124 | 43 | 0 | 15 | 315 | 111 | 62 |
| Binary | 100011 | 10001111 | 11011101 | 1010100 | 100011 | 0 | 1101 | 11001101 | 1001001 | 110010 |
Color Harmonies of #238FDD
Complementary color
Monochromatic Colors of #238FDD
Black with #238FDD
Text Example
Text Example
White with #238FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238FDD; }
p { color: rgb(35,143,221); }
H1.HeaderClassName
{
color: #238FDD;
}
.AnyTagClassName
{
color: #238FDD;
}
</style>
background-color css
<style>
a { background-color: #238FDD; }
a { background-color: rgb(35,143,221); }
div.DivClassName
{
background-color: #238FDD;
}
.BgClassName
{
background-color: #238FDD;
}
</style>
border-color css
<style>
span { border-color: #238FDD; }
span { border-color: rgb(35,143,221); }
td.TdClassName
{
border-color: #238FDD;
}
.TagClassName
{
border-color: #238FDD;
}
</style>