Shades of Dodger Blue #239EFF
Tints of Dodger Blue #239EFF
RGB
CMYK
RGB Variations
Color information
#239EFF (or 0x239EFF) is known color: Dodger Blue. HEX triplet: 23, 9E and FF. RGB value is (35,158,255). Sum of RGB (Red+Green+Blue) = 35+158+255=448 (59% of max value = 765). Red value is 35 (14.06% from 255 or 7.81% from 448); Green value is 158 (62.11% from 255 or 35.27% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #239EFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #239EFF is #DC6100. Grayscale: #838383. Windows color (decimal): -14442753 or 16752163. OLE color: 16752163.
HSL color Cylindrical-coordinate representation of color #239EFF: hue angle of 206.45º 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 #239EFF is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 35 | 158 | 255 | - |
| CMYK | 0.86 | 0.38 | 0 | 0 |
| HSL | 206.45º | 1% | 0.57% | - |
| HSV(B) | 206.45º | 0.86% | 1% | - |
| XYZ | 30.97 | 32.03 | 99.16 | - |
| YUV | 132.28 | 197.25 | 58.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 158 | 255 | 0.86 | 0.38 | 0 | 0 | 206.45 | 1 | 0.57 |
| Hex | 23 | 9E | FF | 56 | 26 | 0 | 0 | CE | 64 | 39 |
| Octal | 43 | 236 | 377 | 126 | 46 | 0 | 0 | 316 | 144 | 71 |
| Binary | 100011 | 10011110 | 11111111 | 1010110 | 100110 | 0 | 0 | 11001110 | 1100100 | 111001 |
Color Harmonies of #239EFF
Complementary color
Monochromatic Colors of #239EFF
Black with #239EFF
Text Example
Text Example
White with #239EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239EFF; }
p { color: rgb(35,158,255); }
H1.HeaderClassName
{
color: #239EFF;
}
.AnyTagClassName
{
color: #239EFF;
}
</style>
background-color css
<style>
a { background-color: #239EFF; }
a { background-color: rgb(35,158,255); }
div.DivClassName
{
background-color: #239EFF;
}
.BgClassName
{
background-color: #239EFF;
}
</style>
border-color css
<style>
span { border-color: #239EFF; }
span { border-color: rgb(35,158,255); }
td.TdClassName
{
border-color: #239EFF;
}
.TagClassName
{
border-color: #239EFF;
}
</style>