Shades of Dodger Blue #239BEF
Tints of Dodger Blue #239BEF
RGB
CMYK
RGB Variations
Color information
#239BEF (or 0x239BEF) is known color: Dodger Blue. HEX triplet: 23, 9B and EF. RGB value is (35,155,239). Sum of RGB (Red+Green+Blue) = 35+155+239=429 (56% of max value = 765). Red value is 35 (14.06% from 255 or 8.16% from 429); Green value is 155 (60.94% from 255 or 36.13% from 429); Blue value is 239 (93.75% from 255 or 55.71% from 429); Max value from RGB is 239 - color contains mainly: blue. Hex color #239BEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #239BEF is #DC6410. Grayscale: #808080. Windows color (decimal): -14443537 or 15702819. OLE color: 15702819.
HSL color Cylindrical-coordinate representation of color #239BEF: hue angle of 204.71º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #239BEF is Cyan = 0.85, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 35 | 155 | 239 | - |
| CMYK | 0.85 | 0.35 | 0 | 0.06 |
| HSL | 204.71º | 0.86% | 0.54% | - |
| HSV(B) | 204.71º | 0.85% | 0.94% | - |
| XYZ | 27.99 | 30.03 | 85.98 | - |
| YUV | 128.7 | 190.24 | 61.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 155 | 239 | 0.85 | 0.35 | 0 | 0.06 | 204.71 | 0.86 | 0.54 |
| Hex | 23 | 9B | EF | 55 | 23 | 0 | 6 | CD | 56 | 36 |
| Octal | 43 | 233 | 357 | 125 | 43 | 0 | 6 | 315 | 126 | 66 |
| Binary | 100011 | 10011011 | 11101111 | 1010101 | 100011 | 0 | 110 | 11001101 | 1010110 | 110110 |
Color Harmonies of #239BEF
Complementary color
Monochromatic Colors of #239BEF
Black with #239BEF
Text Example
Text Example
White with #239BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239BEF; }
p { color: rgb(35,155,239); }
H1.HeaderClassName
{
color: #239BEF;
}
.AnyTagClassName
{
color: #239BEF;
}
</style>
background-color css
<style>
a { background-color: #239BEF; }
a { background-color: rgb(35,155,239); }
div.DivClassName
{
background-color: #239BEF;
}
.BgClassName
{
background-color: #239BEF;
}
</style>
border-color css
<style>
span { border-color: #239BEF; }
span { border-color: rgb(35,155,239); }
td.TdClassName
{
border-color: #239BEF;
}
.TagClassName
{
border-color: #239BEF;
}
</style>