Shades of Dodger Blue #0090FF
Tints of Dodger Blue #0090FF
RGB
CMYK
RGB Variations
Color information
#0090FF (or 0x0090FF) is known color: Dodger Blue. HEX triplet: 00, 90 and FF. RGB value is (0,144,255). Sum of RGB (Red+Green+Blue) = 0+144+255=399 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 255 (100% from 255 or 63.91% from 399); Max value from RGB is 255 - color contains mainly: blue. Hex color #0090FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0090FF is #FF6F00. Grayscale: #717171. Windows color (decimal): -16740097 or 16748544. OLE color: 16748544.
HSL color Cylindrical-coordinate representation of color #0090FF: hue angle of 206.12º 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 #0090FF is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 144 | 255 | - |
| CMYK | 1 | 0.44 | 0 | 0 |
| HSL | 206.12º | 1% | 0.5% | - |
| HSV(B) | 206.12º | 1% | 1% | - |
| XYZ | 28.02 | 27.17 | 98.37 | - |
| YUV | 113.6 | 207.79 | 46.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 144 | 255 | 1 | 0.44 | 0 | 0 | 206.12 | 1 | 0.5 |
| Hex | 0 | 90 | FF | 64 | 2C | 0 | 0 | CE | 64 | 32 |
| Octal | 0 | 220 | 377 | 144 | 54 | 0 | 0 | 316 | 144 | 62 |
| Binary | 0 | 10010000 | 11111111 | 1100100 | 101100 | 0 | 0 | 11001110 | 1100100 | 110010 |
Color Harmonies of #0090FF
Complementary color
Monochromatic Colors of #0090FF
Black with #0090FF
Text Example
Text Example
White with #0090FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0090FF; }
p { color: rgb(0,144,255); }
H1.HeaderClassName
{
color: #0090FF;
}
.AnyTagClassName
{
color: #0090FF;
}
</style>
background-color css
<style>
a { background-color: #0090FF; }
a { background-color: rgb(0,144,255); }
div.DivClassName
{
background-color: #0090FF;
}
.BgClassName
{
background-color: #0090FF;
}
</style>
border-color css
<style>
span { border-color: #0090FF; }
span { border-color: rgb(0,144,255); }
td.TdClassName
{
border-color: #0090FF;
}
.TagClassName
{
border-color: #0090FF;
}
</style>