Shades of Dodger Blue #238AF8
Tints of Dodger Blue #238AF8
RGB
CMYK
RGB Variations
Color information
#238AF8 (or 0x238AF8) is known color: Dodger Blue. HEX triplet: 23, 8A and F8. RGB value is (35,138,248). Sum of RGB (Red+Green+Blue) = 35+138+248=421 (55% of max value = 765). Red value is 35 (14.06% from 255 or 8.31% from 421); Green value is 138 (54.30% from 255 or 32.78% from 421); Blue value is 248 (97.27% from 255 or 58.91% from 421); Max value from RGB is 248 - color contains mainly: blue. Hex color #238AF8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #238AF8 is #DC7507. Grayscale: #777777. Windows color (decimal): -14447880 or 16288291. OLE color: 16288291.
HSL color Cylindrical-coordinate representation of color #238AF8: hue angle of 210.99º 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 #238AF8 is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 35 | 138 | 248 | - |
| CMYK | 0.86 | 0.44 | 0 | 0.03 |
| HSL | 210.99º | 0.94% | 0.55% | - |
| HSV(B) | 210.99º | 0.86% | 0.97% | - |
| XYZ | 26.72 | 25.31 | 92.28 | - |
| YUV | 119.74 | 200.38 | 67.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 138 | 248 | 0.86 | 0.44 | 0 | 0.03 | 210.99 | 0.94 | 0.55 |
| Hex | 23 | 8A | F8 | 56 | 2C | 0 | 3 | D3 | 5E | 37 |
| Octal | 43 | 212 | 370 | 126 | 54 | 0 | 3 | 323 | 136 | 67 |
| Binary | 100011 | 10001010 | 11111000 | 1010110 | 101100 | 0 | 11 | 11010011 | 1011110 | 110111 |
Color Harmonies of #238AF8
Complementary color
Monochromatic Colors of #238AF8
Black with #238AF8
Text Example
Text Example
White with #238AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238AF8; }
p { color: rgb(35,138,248); }
H1.HeaderClassName
{
color: #238AF8;
}
.AnyTagClassName
{
color: #238AF8;
}
</style>
background-color css
<style>
a { background-color: #238AF8; }
a { background-color: rgb(35,138,248); }
div.DivClassName
{
background-color: #238AF8;
}
.BgClassName
{
background-color: #238AF8;
}
</style>
border-color css
<style>
span { border-color: #238AF8; }
span { border-color: rgb(35,138,248); }
td.TdClassName
{
border-color: #238AF8;
}
.TagClassName
{
border-color: #238AF8;
}
</style>