Shades of Dodger Blue #0090FB
Tints of Dodger Blue #0090FB
RGB
CMYK
RGB Variations
Color information
#0090FB (or 0x0090FB) is known color: Dodger Blue. HEX triplet: 00, 90 and FB. RGB value is (0,144,251). Sum of RGB (Red+Green+Blue) = 0+144+251=395 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 395); Green value is 144 (56.64% from 255 or 36.46% from 395); Blue value is 251 (98.44% from 255 or 63.54% from 395); Max value from RGB is 251 - color contains mainly: blue. Hex color #0090FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0090FB is #FF6F04. Grayscale: #707070. Windows color (decimal): -16740101 or 16486400. OLE color: 16486400.
HSL color Cylindrical-coordinate representation of color #0090FB: hue angle of 205.58º 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 #0090FB is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 144 | 251 | - |
| CMYK | 1 | 0.43 | 0 | 0.02 |
| HSL | 205.58º | 1% | 0.49% | - |
| HSV(B) | 205.58º | 1% | 0.98% | - |
| XYZ | 27.39 | 26.91 | 95.02 | - |
| YUV | 113.14 | 205.79 | 47.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 144 | 251 | 1 | 0.43 | 0 | 0.02 | 205.58 | 1 | 0.49 |
| Hex | 0 | 90 | FB | 64 | 2B | 0 | 2 | CE | 64 | 31 |
| Octal | 0 | 220 | 373 | 144 | 53 | 0 | 2 | 316 | 144 | 61 |
| Binary | 0 | 10010000 | 11111011 | 1100100 | 101011 | 0 | 10 | 11001110 | 1100100 | 110001 |
Color Harmonies of #0090FB
Complementary color
Monochromatic Colors of #0090FB
Black with #0090FB
Text Example
Text Example
White with #0090FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0090FB; }
p { color: rgb(0,144,251); }
H1.HeaderClassName
{
color: #0090FB;
}
.AnyTagClassName
{
color: #0090FB;
}
</style>
background-color css
<style>
a { background-color: #0090FB; }
a { background-color: rgb(0,144,251); }
div.DivClassName
{
background-color: #0090FB;
}
.BgClassName
{
background-color: #0090FB;
}
</style>
border-color css
<style>
span { border-color: #0090FB; }
span { border-color: rgb(0,144,251); }
td.TdClassName
{
border-color: #0090FB;
}
.TagClassName
{
border-color: #0090FB;
}
</style>