Shades of Dodger Blue #009BEE
Tints of Dodger Blue #009BEE
RGB
CMYK
RGB Variations
Color information
#009BEE (or 0x009BEE) is known color: Dodger Blue. HEX triplet: 00, 9B and EE. RGB value is (0,155,238). Sum of RGB (Red+Green+Blue) = 0+155+238=393 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 393); Green value is 155 (60.94% from 255 or 39.44% from 393); Blue value is 238 (93.36% from 255 or 60.56% from 393); Max value from RGB is 238 - color contains mainly: blue. Hex color #009BEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #009BEE is #FF6411. Grayscale: #757575. Windows color (decimal): -16737298 or 15637248. OLE color: 15637248.
HSL color Cylindrical-coordinate representation of color #009BEE: hue angle of 200.92º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009BEE is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 155 | 238 | - |
| CMYK | 1 | 0.35 | 0 | 0.07 |
| HSL | 200.92º | 1% | 0.47% | - |
| HSV(B) | 200.92º | 1% | 0.93% | - |
| XYZ | 27.15 | 29.62 | 85.17 | - |
| YUV | 118.12 | 195.65 | 43.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 155 | 238 | 1 | 0.35 | 0 | 0.07 | 200.92 | 1 | 0.47 |
| Hex | 0 | 9B | EE | 64 | 23 | 0 | 7 | C9 | 64 | 2F |
| Octal | 0 | 233 | 356 | 144 | 43 | 0 | 7 | 311 | 144 | 57 |
| Binary | 0 | 10011011 | 11101110 | 1100100 | 100011 | 0 | 111 | 11001001 | 1100100 | 101111 |
Color Harmonies of #009BEE
Complementary color
Monochromatic Colors of #009BEE
Black with #009BEE
Text Example
Text Example
White with #009BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009BEE; }
p { color: rgb(0,155,238); }
H1.HeaderClassName
{
color: #009BEE;
}
.AnyTagClassName
{
color: #009BEE;
}
</style>
background-color css
<style>
a { background-color: #009BEE; }
a { background-color: rgb(0,155,238); }
div.DivClassName
{
background-color: #009BEE;
}
.BgClassName
{
background-color: #009BEE;
}
</style>
border-color css
<style>
span { border-color: #009BEE; }
span { border-color: rgb(0,155,238); }
td.TdClassName
{
border-color: #009BEE;
}
.TagClassName
{
border-color: #009BEE;
}
</style>