Shades of Dodger Blue #238FFF
Tints of Dodger Blue #238FFF
RGB
CMYK
RGB Variations
Color information
#238FFF (or 0x238FFF) is known color: Dodger Blue. HEX triplet: 23, 8F and FF. RGB value is (35,143,255). Sum of RGB (Red+Green+Blue) = 35+143+255=433 (57% of max value = 765). Red value is 35 (14.06% from 255 or 8.08% from 433); Green value is 143 (56.25% from 255 or 33.03% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #238FFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #238FFF is #DC7000. Grayscale: #7A7A7A. Windows color (decimal): -14446593 or 16748323. OLE color: 16748323.
HSL color Cylindrical-coordinate representation of color #238FFF: hue angle of 210.55º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #238FFF is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 35 | 143 | 255 | - |
| CMYK | 0.86 | 0.44 | 0 | 0 |
| HSL | 210.55º | 1% | 0.57% | - |
| HSV(B) | 210.55º | 0.86% | 1% | - |
| XYZ | 28.57 | 27.22 | 98.36 | - |
| YUV | 123.48 | 202.22 | 64.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 143 | 255 | 0.86 | 0.44 | 0 | 0 | 210.55 | 1 | 0.57 |
| Hex | 23 | 8F | FF | 56 | 2C | 0 | 0 | D3 | 64 | 39 |
| Octal | 43 | 217 | 377 | 126 | 54 | 0 | 0 | 323 | 144 | 71 |
| Binary | 100011 | 10001111 | 11111111 | 1010110 | 101100 | 0 | 0 | 11010011 | 1100100 | 111001 |
Color Harmonies of #238FFF
Complementary color
Monochromatic Colors of #238FFF
Black with #238FFF
Text Example
Text Example
White with #238FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238FFF; }
p { color: rgb(35,143,255); }
H1.HeaderClassName
{
color: #238FFF;
}
.AnyTagClassName
{
color: #238FFF;
}
</style>
background-color css
<style>
a { background-color: #238FFF; }
a { background-color: rgb(35,143,255); }
div.DivClassName
{
background-color: #238FFF;
}
.BgClassName
{
background-color: #238FFF;
}
</style>
border-color css
<style>
span { border-color: #238FFF; }
span { border-color: rgb(35,143,255); }
td.TdClassName
{
border-color: #238FFF;
}
.TagClassName
{
border-color: #238FFF;
}
</style>