Shades of Dodger Blue #238CFE
Tints of Dodger Blue #238CFE
RGB
CMYK
RGB Variations
Color information
#238CFE (or 0x238CFE) is known color: Dodger Blue. HEX triplet: 23, 8C and FE. RGB value is (35,140,254). Sum of RGB (Red+Green+Blue) = 35+140+254=429 (56% of max value = 765). Red value is 35 (14.06% from 255 or 8.16% from 429); Green value is 140 (55.08% from 255 or 32.63% from 429); Blue value is 254 (99.61% from 255 or 59.21% from 429); Max value from RGB is 254 - color contains mainly: blue. Hex color #238CFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #238CFE is #DC7301. Grayscale: #797979. Windows color (decimal): -14447362 or 16682019. OLE color: 16682019.
HSL color Cylindrical-coordinate representation of color #238CFE: hue angle of 211.23º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #238CFE is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 35 | 140 | 254 | - |
| CMYK | 0.86 | 0.45 | 0 | 0.00 |
| HSL | 211.23º | 0.99% | 0.57% | - |
| HSV(B) | 211.23º | 0.86% | 1% | - |
| XYZ | 27.96 | 26.27 | 97.36 | - |
| YUV | 121.6 | 202.71 | 66.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 140 | 254 | 0.86 | 0.45 | 0 | 0.00 | 211.23 | 0.99 | 0.57 |
| Hex | 23 | 8C | FE | 56 | 2D | 0 | 0 | D3 | 63 | 39 |
| Octal | 43 | 214 | 376 | 126 | 55 | 0 | 0 | 323 | 143 | 71 |
| Binary | 100011 | 10001100 | 11111110 | 1010110 | 101101 | 0 | 0 | 11010011 | 1100011 | 111001 |
Color Harmonies of #238CFE
Complementary color
Monochromatic Colors of #238CFE
Black with #238CFE
Text Example
Text Example
White with #238CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238CFE; }
p { color: rgb(35,140,254); }
H1.HeaderClassName
{
color: #238CFE;
}
.AnyTagClassName
{
color: #238CFE;
}
</style>
background-color css
<style>
a { background-color: #238CFE; }
a { background-color: rgb(35,140,254); }
div.DivClassName
{
background-color: #238CFE;
}
.BgClassName
{
background-color: #238CFE;
}
</style>
border-color css
<style>
span { border-color: #238CFE; }
span { border-color: rgb(35,140,254); }
td.TdClassName
{
border-color: #238CFE;
}
.TagClassName
{
border-color: #238CFE;
}
</style>