Shades of Dodger Blue #009BFF
Tints of Dodger Blue #009BFF
RGB
CMYK
RGB Variations
Color information
#009BFF (or 0x009BFF) is known color: Dodger Blue. HEX triplet: 00, 9B and FF. RGB value is (0,155,255). Sum of RGB (Red+Green+Blue) = 0+155+255=410 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 410); Green value is 155 (60.94% from 255 or 37.80% from 410); Blue value is 255 (100% from 255 or 62.20% from 410); Max value from RGB is 255 - color contains mainly: blue. Hex color #009BFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #009BFF is #FF6400. Grayscale: #777777. Windows color (decimal): -16737281 or 16751360. OLE color: 16751360.
HSL color Cylindrical-coordinate representation of color #009BFF: hue angle of 203.53º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009BFF is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 155 | 255 | - |
| CMYK | 1 | 0.39 | 0 | 0 |
| HSL | 203.53º | 1% | 0.5% | - |
| HSV(B) | 203.53º | 1% | 1% | - |
| XYZ | 29.77 | 30.66 | 98.96 | - |
| YUV | 120.06 | 204.15 | 42.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 155 | 255 | 1 | 0.39 | 0 | 0 | 203.53 | 1 | 0.5 |
| Hex | 0 | 9B | FF | 64 | 27 | 0 | 0 | CC | 64 | 32 |
| Octal | 0 | 233 | 377 | 144 | 47 | 0 | 0 | 314 | 144 | 62 |
| Binary | 0 | 10011011 | 11111111 | 1100100 | 100111 | 0 | 0 | 11001100 | 1100100 | 110010 |
Color Harmonies of #009BFF
Complementary color
Monochromatic Colors of #009BFF
Black with #009BFF
Text Example
Text Example
White with #009BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009BFF; }
p { color: rgb(0,155,255); }
H1.HeaderClassName
{
color: #009BFF;
}
.AnyTagClassName
{
color: #009BFF;
}
</style>
background-color css
<style>
a { background-color: #009BFF; }
a { background-color: rgb(0,155,255); }
div.DivClassName
{
background-color: #009BFF;
}
.BgClassName
{
background-color: #009BFF;
}
</style>
border-color css
<style>
span { border-color: #009BFF; }
span { border-color: rgb(0,155,255); }
td.TdClassName
{
border-color: #009BFF;
}
.TagClassName
{
border-color: #009BFF;
}
</style>