Shades of Dodger Blue #239BED
Tints of Dodger Blue #239BED
RGB
CMYK
RGB Variations
Color information
#239BED (or 0x239BED) is known color: Dodger Blue. HEX triplet: 23, 9B and ED. RGB value is (35,155,237). Sum of RGB (Red+Green+Blue) = 35+155+237=427 (56% of max value = 765). Red value is 35 (14.06% from 255 or 8.20% from 427); Green value is 155 (60.94% from 255 or 36.30% from 427); Blue value is 237 (92.97% from 255 or 55.50% from 427); Max value from RGB is 237 - color contains mainly: blue. Hex color #239BED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #239BED is #DC6412. Grayscale: #808080. Windows color (decimal): -14443539 or 15571747. OLE color: 15571747.
HSL color Cylindrical-coordinate representation of color #239BED: hue angle of 204.36º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #239BED is Cyan = 0.85, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 155 | 237 | - |
| CMYK | 0.85 | 0.35 | 0 | 0.07 |
| HSL | 204.36º | 0.85% | 0.53% | - |
| HSV(B) | 204.36º | 0.85% | 0.93% | - |
| XYZ | 27.7 | 29.91 | 84.43 | - |
| YUV | 128.47 | 189.24 | 61.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 155 | 237 | 0.85 | 0.35 | 0 | 0.07 | 204.36 | 0.85 | 0.53 |
| Hex | 23 | 9B | ED | 55 | 23 | 0 | 7 | CC | 55 | 35 |
| Octal | 43 | 233 | 355 | 125 | 43 | 0 | 7 | 314 | 125 | 65 |
| Binary | 100011 | 10011011 | 11101101 | 1010101 | 100011 | 0 | 111 | 11001100 | 1010101 | 110101 |
Color Harmonies of #239BED
Complementary color
Monochromatic Colors of #239BED
Black with #239BED
Text Example
Text Example
White with #239BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239BED; }
p { color: rgb(35,155,237); }
H1.HeaderClassName
{
color: #239BED;
}
.AnyTagClassName
{
color: #239BED;
}
</style>
background-color css
<style>
a { background-color: #239BED; }
a { background-color: rgb(35,155,237); }
div.DivClassName
{
background-color: #239BED;
}
.BgClassName
{
background-color: #239BED;
}
</style>
border-color css
<style>
span { border-color: #239BED; }
span { border-color: rgb(35,155,237); }
td.TdClassName
{
border-color: #239BED;
}
.TagClassName
{
border-color: #239BED;
}
</style>