Shades of Dodger Blue #239FFE
Tints of Dodger Blue #239FFE
RGB
CMYK
RGB Variations
Color information
#239FFE (or 0x239FFE) is known color: Dodger Blue. HEX triplet: 23, 9F and FE. RGB value is (35,159,254). Sum of RGB (Red+Green+Blue) = 35+159+254=448 (59% of max value = 765). Red value is 35 (14.06% from 255 or 7.81% from 448); Green value is 159 (62.5% from 255 or 35.49% from 448); Blue value is 254 (99.61% from 255 or 56.70% from 448); Max value from RGB is 254 - color contains mainly: blue. Hex color #239FFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #239FFE is #DC6001. Grayscale: #848484. Windows color (decimal): -14442498 or 16686883. OLE color: 16686883.
HSL color Cylindrical-coordinate representation of color #239FFE: hue angle of 206.03º 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 #239FFE is Cyan = 0.86, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 35 | 159 | 254 | - |
| CMYK | 0.86 | 0.37 | 0 | 0.00 |
| HSL | 206.03º | 0.99% | 0.57% | - |
| HSV(B) | 206.03º | 0.86% | 1% | - |
| XYZ | 30.98 | 32.31 | 98.37 | - |
| YUV | 132.75 | 196.42 | 58.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 159 | 254 | 0.86 | 0.37 | 0 | 0.00 | 206.03 | 0.99 | 0.57 |
| Hex | 23 | 9F | FE | 56 | 25 | 0 | 0 | CE | 63 | 39 |
| Octal | 43 | 237 | 376 | 126 | 45 | 0 | 0 | 316 | 143 | 71 |
| Binary | 100011 | 10011111 | 11111110 | 1010110 | 100101 | 0 | 0 | 11001110 | 1100011 | 111001 |
Color Harmonies of #239FFE
Complementary color
Monochromatic Colors of #239FFE
Black with #239FFE
Text Example
Text Example
White with #239FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239FFE; }
p { color: rgb(35,159,254); }
H1.HeaderClassName
{
color: #239FFE;
}
.AnyTagClassName
{
color: #239FFE;
}
</style>
background-color css
<style>
a { background-color: #239FFE; }
a { background-color: rgb(35,159,254); }
div.DivClassName
{
background-color: #239FFE;
}
.BgClassName
{
background-color: #239FFE;
}
</style>
border-color css
<style>
span { border-color: #239FFE; }
span { border-color: rgb(35,159,254); }
td.TdClassName
{
border-color: #239FFE;
}
.TagClassName
{
border-color: #239FFE;
}
</style>