Shades of Dodger Blue #009BEB
Tints of Dodger Blue #009BEB
RGB
CMYK
RGB Variations
Color information
#009BEB (or 0x009BEB) is known color: Dodger Blue. HEX triplet: 00, 9B and EB. RGB value is (0,155,235). Sum of RGB (Red+Green+Blue) = 0+155+235=390 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 390); Green value is 155 (60.94% from 255 or 39.74% from 390); Blue value is 235 (92.19% from 255 or 60.26% from 390); Max value from RGB is 235 - color contains mainly: blue. Hex color #009BEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #009BEB is #FF6414. Grayscale: #757575. Windows color (decimal): -16737301 or 15440640. OLE color: 15440640.
HSL color Cylindrical-coordinate representation of color #009BEB: hue angle of 200.43º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009BEB is Cyan = 1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 155 | 235 | - |
| CMYK | 1 | 0.34 | 0 | 0.08 |
| HSL | 200.43º | 1% | 0.46% | - |
| HSV(B) | 200.43º | 1% | 0.92% | - |
| XYZ | 26.72 | 29.44 | 82.87 | - |
| YUV | 117.78 | 194.15 | 44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 155 | 235 | 1 | 0.34 | 0 | 0.08 | 200.43 | 1 | 0.46 |
| Hex | 0 | 9B | EB | 64 | 22 | 0 | 8 | C8 | 64 | 2E |
| Octal | 0 | 233 | 353 | 144 | 42 | 0 | 10 | 310 | 144 | 56 |
| Binary | 0 | 10011011 | 11101011 | 1100100 | 100010 | 0 | 1000 | 11001000 | 1100100 | 101110 |
Color Harmonies of #009BEB
Complementary color
Monochromatic Colors of #009BEB
Black with #009BEB
Text Example
Text Example
White with #009BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009BEB; }
p { color: rgb(0,155,235); }
H1.HeaderClassName
{
color: #009BEB;
}
.AnyTagClassName
{
color: #009BEB;
}
</style>
background-color css
<style>
a { background-color: #009BEB; }
a { background-color: rgb(0,155,235); }
div.DivClassName
{
background-color: #009BEB;
}
.BgClassName
{
background-color: #009BEB;
}
</style>
border-color css
<style>
span { border-color: #009BEB; }
span { border-color: rgb(0,155,235); }
td.TdClassName
{
border-color: #009BEB;
}
.TagClassName
{
border-color: #009BEB;
}
</style>