Shades of Dodger Blue #238EFC
Tints of Dodger Blue #238EFC
RGB
CMYK
RGB Variations
Color information
#238EFC (or 0x238EFC) is known color: Dodger Blue. HEX triplet: 23, 8E and FC. RGB value is (35,142,252). Sum of RGB (Red+Green+Blue) = 35+142+252=429 (56% of max value = 765). Red value is 35 (14.06% from 255 or 8.16% from 429); Green value is 142 (55.86% from 255 or 33.10% from 429); Blue value is 252 (98.83% from 255 or 58.74% from 429); Max value from RGB is 252 - color contains mainly: blue. Hex color #238EFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #238EFC is #DC7103. Grayscale: #7A7A7A. Windows color (decimal): -14446852 or 16551459. OLE color: 16551459.
HSL color Cylindrical-coordinate representation of color #238EFC: hue angle of 210.41º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #238EFC is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 35 | 142 | 252 | - |
| CMYK | 0.86 | 0.44 | 0 | 0.01 |
| HSL | 210.41º | 0.97% | 0.56% | - |
| HSV(B) | 210.41º | 0.86% | 0.99% | - |
| XYZ | 27.94 | 26.73 | 95.78 | - |
| YUV | 122.55 | 201.05 | 65.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 142 | 252 | 0.86 | 0.44 | 0 | 0.01 | 210.41 | 0.97 | 0.56 |
| Hex | 23 | 8E | FC | 56 | 2C | 0 | 1 | D2 | 61 | 38 |
| Octal | 43 | 216 | 374 | 126 | 54 | 0 | 1 | 322 | 141 | 70 |
| Binary | 100011 | 10001110 | 11111100 | 1010110 | 101100 | 0 | 1 | 11010010 | 1100001 | 111000 |
Color Harmonies of #238EFC
Complementary color
Monochromatic Colors of #238EFC
Black with #238EFC
Text Example
Text Example
White with #238EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238EFC; }
p { color: rgb(35,142,252); }
H1.HeaderClassName
{
color: #238EFC;
}
.AnyTagClassName
{
color: #238EFC;
}
</style>
background-color css
<style>
a { background-color: #238EFC; }
a { background-color: rgb(35,142,252); }
div.DivClassName
{
background-color: #238EFC;
}
.BgClassName
{
background-color: #238EFC;
}
</style>
border-color css
<style>
span { border-color: #238EFC; }
span { border-color: rgb(35,142,252); }
td.TdClassName
{
border-color: #238EFC;
}
.TagClassName
{
border-color: #238EFC;
}
</style>