Shades of Dodger Blue #238DF8
Tints of Dodger Blue #238DF8
RGB
CMYK
RGB Variations
Color information
#238DF8 (or 0x238DF8) is known color: Dodger Blue. HEX triplet: 23, 8D and F8. RGB value is (35,141,248). Sum of RGB (Red+Green+Blue) = 35+141+248=424 (56% of max value = 765). Red value is 35 (14.06% from 255 or 8.25% from 424); Green value is 141 (55.47% from 255 or 33.25% from 424); Blue value is 248 (97.27% from 255 or 58.49% from 424); Max value from RGB is 248 - color contains mainly: blue. Hex color #238DF8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #238DF8 is #DC7207. Grayscale: #787878. Windows color (decimal): -14447112 or 16289059. OLE color: 16289059.
HSL color Cylindrical-coordinate representation of color #238DF8: hue angle of 210.14º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #238DF8 is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 35 | 141 | 248 | - |
| CMYK | 0.86 | 0.43 | 0 | 0.03 |
| HSL | 210.14º | 0.94% | 0.55% | - |
| HSV(B) | 210.14º | 0.86% | 0.97% | - |
| XYZ | 27.16 | 26.18 | 92.43 | - |
| YUV | 121.5 | 199.38 | 66.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 141 | 248 | 0.86 | 0.43 | 0 | 0.03 | 210.14 | 0.94 | 0.55 |
| Hex | 23 | 8D | F8 | 56 | 2B | 0 | 3 | D2 | 5E | 37 |
| Octal | 43 | 215 | 370 | 126 | 53 | 0 | 3 | 322 | 136 | 67 |
| Binary | 100011 | 10001101 | 11111000 | 1010110 | 101011 | 0 | 11 | 11010010 | 1011110 | 110111 |
Color Harmonies of #238DF8
Complementary color
Monochromatic Colors of #238DF8
Black with #238DF8
Text Example
Text Example
White with #238DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238DF8; }
p { color: rgb(35,141,248); }
H1.HeaderClassName
{
color: #238DF8;
}
.AnyTagClassName
{
color: #238DF8;
}
</style>
background-color css
<style>
a { background-color: #238DF8; }
a { background-color: rgb(35,141,248); }
div.DivClassName
{
background-color: #238DF8;
}
.BgClassName
{
background-color: #238DF8;
}
</style>
border-color css
<style>
span { border-color: #238DF8; }
span { border-color: rgb(35,141,248); }
td.TdClassName
{
border-color: #238DF8;
}
.TagClassName
{
border-color: #238DF8;
}
</style>