Shades of Dodger Blue #239DFF
Tints of Dodger Blue #239DFF
RGB
CMYK
RGB Variations
Color information
#239DFF (or 0x239DFF) is known color: Dodger Blue. HEX triplet: 23, 9D and FF. RGB value is (35,157,255). Sum of RGB (Red+Green+Blue) = 35+157+255=447 (59% of max value = 765). Red value is 35 (14.06% from 255 or 7.83% from 447); Green value is 157 (61.72% from 255 or 35.12% from 447); Blue value is 255 (100% from 255 or 57.05% from 447); Max value from RGB is 255 - color contains mainly: blue. Hex color #239DFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #239DFF is #DC6200. Grayscale: #838383. Windows color (decimal): -14443009 or 16751907. OLE color: 16751907.
HSL color Cylindrical-coordinate representation of color #239DFF: hue angle of 206.73º 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 #239DFF is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 35 | 157 | 255 | - |
| CMYK | 0.86 | 0.38 | 0 | 0 |
| HSL | 206.73º | 1% | 0.57% | - |
| HSV(B) | 206.73º | 0.86% | 1% | - |
| XYZ | 30.8 | 31.69 | 99.1 | - |
| YUV | 131.69 | 197.58 | 59.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 157 | 255 | 0.86 | 0.38 | 0 | 0 | 206.73 | 1 | 0.57 |
| Hex | 23 | 9D | FF | 56 | 26 | 0 | 0 | CF | 64 | 39 |
| Octal | 43 | 235 | 377 | 126 | 46 | 0 | 0 | 317 | 144 | 71 |
| Binary | 100011 | 10011101 | 11111111 | 1010110 | 100110 | 0 | 0 | 11001111 | 1100100 | 111001 |
Color Harmonies of #239DFF
Complementary color
Monochromatic Colors of #239DFF
Black with #239DFF
Text Example
Text Example
White with #239DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239DFF; }
p { color: rgb(35,157,255); }
H1.HeaderClassName
{
color: #239DFF;
}
.AnyTagClassName
{
color: #239DFF;
}
</style>
background-color css
<style>
a { background-color: #239DFF; }
a { background-color: rgb(35,157,255); }
div.DivClassName
{
background-color: #239DFF;
}
.BgClassName
{
background-color: #239DFF;
}
</style>
border-color css
<style>
span { border-color: #239DFF; }
span { border-color: rgb(35,157,255); }
td.TdClassName
{
border-color: #239DFF;
}
.TagClassName
{
border-color: #239DFF;
}
</style>