Shades of Dodger Blue #238AF7
Tints of Dodger Blue #238AF7
RGB
CMYK
RGB Variations
Color information
#238AF7 (or 0x238AF7) is known color: Dodger Blue. HEX triplet: 23, 8A and F7. RGB value is (35,138,247). Sum of RGB (Red+Green+Blue) = 35+138+247=420 (55% of max value = 765). Red value is 35 (14.06% from 255 or 8.33% from 420); Green value is 138 (54.30% from 255 or 32.86% from 420); Blue value is 247 (96.88% from 255 or 58.81% from 420); Max value from RGB is 247 - color contains mainly: blue. Hex color #238AF7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #238AF7 is #DC7508. Grayscale: #777777. Windows color (decimal): -14447881 or 16222755. OLE color: 16222755.
HSL color Cylindrical-coordinate representation of color #238AF7: hue angle of 210.85º degrees, saturation: 0.93, 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 #238AF7 is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 35 | 138 | 247 | - |
| CMYK | 0.86 | 0.44 | 0 | 0.03 |
| HSL | 210.85º | 0.93% | 0.55% | - |
| HSV(B) | 210.85º | 0.86% | 0.97% | - |
| XYZ | 26.57 | 25.25 | 91.47 | - |
| YUV | 119.63 | 199.88 | 67.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 138 | 247 | 0.86 | 0.44 | 0 | 0.03 | 210.85 | 0.93 | 0.55 |
| Hex | 23 | 8A | F7 | 56 | 2C | 0 | 3 | D3 | 5D | 37 |
| Octal | 43 | 212 | 367 | 126 | 54 | 0 | 3 | 323 | 135 | 67 |
| Binary | 100011 | 10001010 | 11110111 | 1010110 | 101100 | 0 | 11 | 11010011 | 1011101 | 110111 |
Color Harmonies of #238AF7
Complementary color
Monochromatic Colors of #238AF7
Black with #238AF7
Text Example
Text Example
White with #238AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238AF7; }
p { color: rgb(35,138,247); }
H1.HeaderClassName
{
color: #238AF7;
}
.AnyTagClassName
{
color: #238AF7;
}
</style>
background-color css
<style>
a { background-color: #238AF7; }
a { background-color: rgb(35,138,247); }
div.DivClassName
{
background-color: #238AF7;
}
.BgClassName
{
background-color: #238AF7;
}
</style>
border-color css
<style>
span { border-color: #238AF7; }
span { border-color: rgb(35,138,247); }
td.TdClassName
{
border-color: #238AF7;
}
.TagClassName
{
border-color: #238AF7;
}
</style>