Shades of Dodger Blue #0090FA
Tints of Dodger Blue #0090FA
RGB
CMYK
RGB Variations
Color information
#0090FA (or 0x0090FA) is known color: Dodger Blue. HEX triplet: 00, 90 and FA. RGB value is (0,144,250). Sum of RGB (Red+Green+Blue) = 0+144+250=394 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 394); Green value is 144 (56.64% from 255 or 36.55% from 394); Blue value is 250 (98.05% from 255 or 63.45% from 394); Max value from RGB is 250 - color contains mainly: blue. Hex color #0090FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0090FA is #FF6F05. Grayscale: #707070. Windows color (decimal): -16740102 or 16420864. OLE color: 16420864.
HSL color Cylindrical-coordinate representation of color #0090FA: hue angle of 205.44º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0090FA is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 144 | 250 | - |
| CMYK | 1 | 0.42 | 0 | 0.02 |
| HSL | 205.44º | 1% | 0.49% | - |
| HSV(B) | 205.44º | 1% | 0.98% | - |
| XYZ | 27.23 | 26.85 | 94.19 | - |
| YUV | 113.03 | 205.29 | 47.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 144 | 250 | 1 | 0.42 | 0 | 0.02 | 205.44 | 1 | 0.49 |
| Hex | 0 | 90 | FA | 64 | 2A | 0 | 2 | CD | 64 | 31 |
| Octal | 0 | 220 | 372 | 144 | 52 | 0 | 2 | 315 | 144 | 61 |
| Binary | 0 | 10010000 | 11111010 | 1100100 | 101010 | 0 | 10 | 11001101 | 1100100 | 110001 |
Color Harmonies of #0090FA
Complementary color
Monochromatic Colors of #0090FA
Black with #0090FA
Text Example
Text Example
White with #0090FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0090FA; }
p { color: rgb(0,144,250); }
H1.HeaderClassName
{
color: #0090FA;
}
.AnyTagClassName
{
color: #0090FA;
}
</style>
background-color css
<style>
a { background-color: #0090FA; }
a { background-color: rgb(0,144,250); }
div.DivClassName
{
background-color: #0090FA;
}
.BgClassName
{
background-color: #0090FA;
}
</style>
border-color css
<style>
span { border-color: #0090FA; }
span { border-color: rgb(0,144,250); }
td.TdClassName
{
border-color: #0090FA;
}
.TagClassName
{
border-color: #0090FA;
}
</style>