Shades of Dodger Blue #0190F0
Tints of Dodger Blue #0190F0
RGB
CMYK
RGB Variations
Color information
#0190F0 (or 0x0190F0) is known color: Dodger Blue. HEX triplet: 01, 90 and F0. RGB value is (1,144,240). Sum of RGB (Red+Green+Blue) = 1+144+240=385 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 385); Green value is 144 (56.64% from 255 or 37.40% from 385); Blue value is 240 (94.14% from 255 or 62.34% from 385); Max value from RGB is 240 - color contains mainly: blue. Hex color #0190F0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0190F0 is #FE6F0F. Grayscale: #6F6F6F. Windows color (decimal): -16674576 or 15765505. OLE color: 15765505.
HSL color Cylindrical-coordinate representation of color #0190F0: hue angle of 204.1º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0190F0 is Cyan = 1.00, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 1 | 144 | 240 | - |
| CMYK | 1.00 | 0.4 | 0 | 0.06 |
| HSL | 204.1º | 0.99% | 0.47% | - |
| HSV(B) | 204.1º | 1% | 0.94% | - |
| XYZ | 25.71 | 26.24 | 86.15 | - |
| YUV | 112.19 | 200.12 | 48.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 144 | 240 | 1.00 | 0.4 | 0 | 0.06 | 204.1 | 0.99 | 0.47 |
| Hex | 1 | 90 | F0 | 64 | 28 | 0 | 6 | CC | 63 | 2F |
| Octal | 1 | 220 | 360 | 144 | 50 | 0 | 6 | 314 | 143 | 57 |
| Binary | 1 | 10010000 | 11110000 | 1100100 | 101000 | 0 | 110 | 11001100 | 1100011 | 101111 |
Color Harmonies of #0190F0
Complementary color
Monochromatic Colors of #0190F0
Black with #0190F0
Text Example
Text Example
White with #0190F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0190F0; }
p { color: rgb(1,144,240); }
H1.HeaderClassName
{
color: #0190F0;
}
.AnyTagClassName
{
color: #0190F0;
}
</style>
background-color css
<style>
a { background-color: #0190F0; }
a { background-color: rgb(1,144,240); }
div.DivClassName
{
background-color: #0190F0;
}
.BgClassName
{
background-color: #0190F0;
}
</style>
border-color css
<style>
span { border-color: #0190F0; }
span { border-color: rgb(1,144,240); }
td.TdClassName
{
border-color: #0190F0;
}
.TagClassName
{
border-color: #0190F0;
}
</style>