Shades of Dodger Blue #239BFF
Tints of Dodger Blue #239BFF
RGB
CMYK
RGB Variations
Color information
#239BFF (or 0x239BFF) is known color: Dodger Blue. HEX triplet: 23, 9B and FF. RGB value is (35,155,255). Sum of RGB (Red+Green+Blue) = 35+155+255=445 (58% of max value = 765). Red value is 35 (14.06% from 255 or 7.87% from 445); Green value is 155 (60.94% from 255 or 34.83% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #239BFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #239BFF is #DC6400. Grayscale: #828282. Windows color (decimal): -14443521 or 16751395. OLE color: 16751395.
HSL color Cylindrical-coordinate representation of color #239BFF: hue angle of 207.27º 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 #239BFF is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 35 | 155 | 255 | - |
| CMYK | 0.86 | 0.39 | 0 | 0 |
| HSL | 207.27º | 1% | 0.57% | - |
| HSV(B) | 207.27º | 0.86% | 1% | - |
| XYZ | 30.46 | 31.02 | 98.99 | - |
| YUV | 130.52 | 198.24 | 59.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 155 | 255 | 0.86 | 0.39 | 0 | 0 | 207.27 | 1 | 0.57 |
| Hex | 23 | 9B | FF | 56 | 27 | 0 | 0 | CF | 64 | 39 |
| Octal | 43 | 233 | 377 | 126 | 47 | 0 | 0 | 317 | 144 | 71 |
| Binary | 100011 | 10011011 | 11111111 | 1010110 | 100111 | 0 | 0 | 11001111 | 1100100 | 111001 |
Color Harmonies of #239BFF
Complementary color
Monochromatic Colors of #239BFF
Black with #239BFF
Text Example
Text Example
White with #239BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239BFF; }
p { color: rgb(35,155,255); }
H1.HeaderClassName
{
color: #239BFF;
}
.AnyTagClassName
{
color: #239BFF;
}
</style>
background-color css
<style>
a { background-color: #239BFF; }
a { background-color: rgb(35,155,255); }
div.DivClassName
{
background-color: #239BFF;
}
.BgClassName
{
background-color: #239BFF;
}
</style>
border-color css
<style>
span { border-color: #239BFF; }
span { border-color: rgb(35,155,255); }
td.TdClassName
{
border-color: #239BFF;
}
.TagClassName
{
border-color: #239BFF;
}
</style>