Shades of Dodger Blue #238BDF
Tints of Dodger Blue #238BDF
RGB
CMYK
RGB Variations
Color information
#238BDF (or 0x238BDF) is known color: Dodger Blue. HEX triplet: 23, 8B and DF. RGB value is (35,139,223). Sum of RGB (Red+Green+Blue) = 35+139+223=397 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.82% from 397); Green value is 139 (54.69% from 255 or 35.01% from 397); Blue value is 223 (87.5% from 255 or 56.17% from 397); Max value from RGB is 223 - color contains mainly: blue. Hex color #238BDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238BDF is #DC7420. Grayscale: #757575. Windows color (decimal): -14447649 or 14650147. OLE color: 14650147.
HSL color Cylindrical-coordinate representation of color #238BDF: hue angle of 206.81º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #238BDF is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 139 | 223 | - |
| CMYK | 0.84 | 0.38 | 0 | 0.13 |
| HSL | 206.81º | 0.75% | 0.51% | - |
| HSV(B) | 206.81º | 0.84% | 0.87% | - |
| XYZ | 23.25 | 24.15 | 73.25 | - |
| YUV | 117.48 | 187.54 | 69.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 139 | 223 | 0.84 | 0.38 | 0 | 0.13 | 206.81 | 0.75 | 0.51 |
| Hex | 23 | 8B | DF | 54 | 26 | 0 | D | CF | 4B | 33 |
| Octal | 43 | 213 | 337 | 124 | 46 | 0 | 15 | 317 | 113 | 63 |
| Binary | 100011 | 10001011 | 11011111 | 1010100 | 100110 | 0 | 1101 | 11001111 | 1001011 | 110011 |
Color Harmonies of #238BDF
Complementary color
Monochromatic Colors of #238BDF
Black with #238BDF
Text Example
Text Example
White with #238BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238BDF; }
p { color: rgb(35,139,223); }
H1.HeaderClassName
{
color: #238BDF;
}
.AnyTagClassName
{
color: #238BDF;
}
</style>
background-color css
<style>
a { background-color: #238BDF; }
a { background-color: rgb(35,139,223); }
div.DivClassName
{
background-color: #238BDF;
}
.BgClassName
{
background-color: #238BDF;
}
</style>
border-color css
<style>
span { border-color: #238BDF; }
span { border-color: rgb(35,139,223); }
td.TdClassName
{
border-color: #238BDF;
}
.TagClassName
{
border-color: #238BDF;
}
</style>