Shades of Dodger Blue #239CFF
Tints of Dodger Blue #239CFF
RGB
CMYK
RGB Variations
Color information
#239CFF (or 0x239CFF) is known color: Dodger Blue. HEX triplet: 23, 9C and FF. RGB value is (35,156,255). Sum of RGB (Red+Green+Blue) = 35+156+255=446 (59% of max value = 765). Red value is 35 (14.06% from 255 or 7.85% from 446); Green value is 156 (61.33% from 255 or 34.98% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #239CFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #239CFF is #DC6300. Grayscale: #828282. Windows color (decimal): -14443265 or 16751651. OLE color: 16751651.
HSL color Cylindrical-coordinate representation of color #239CFF: hue angle of 207º 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 #239CFF is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 35 | 156 | 255 | - |
| CMYK | 0.86 | 0.39 | 0 | 0 |
| HSL | 207º | 1% | 0.57% | - |
| HSV(B) | 207º | 0.86% | 1% | - |
| XYZ | 30.63 | 31.35 | 99.05 | - |
| YUV | 131.11 | 197.91 | 59.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 156 | 255 | 0.86 | 0.39 | 0 | 0 | 207 | 1 | 0.57 |
| Hex | 23 | 9C | FF | 56 | 27 | 0 | 0 | CF | 64 | 39 |
| Octal | 43 | 234 | 377 | 126 | 47 | 0 | 0 | 317 | 144 | 71 |
| Binary | 100011 | 10011100 | 11111111 | 1010110 | 100111 | 0 | 0 | 11001111 | 1100100 | 111001 |
Color Harmonies of #239CFF
Complementary color
Monochromatic Colors of #239CFF
Black with #239CFF
Text Example
Text Example
White with #239CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239CFF; }
p { color: rgb(35,156,255); }
H1.HeaderClassName
{
color: #239CFF;
}
.AnyTagClassName
{
color: #239CFF;
}
</style>
background-color css
<style>
a { background-color: #239CFF; }
a { background-color: rgb(35,156,255); }
div.DivClassName
{
background-color: #239CFF;
}
.BgClassName
{
background-color: #239CFF;
}
</style>
border-color css
<style>
span { border-color: #239CFF; }
span { border-color: rgb(35,156,255); }
td.TdClassName
{
border-color: #239CFF;
}
.TagClassName
{
border-color: #239CFF;
}
</style>