Shades of Dodger Blue #0190FC
Tints of Dodger Blue #0190FC
RGB
CMYK
RGB Variations
Color information
#0190FC (or 0x0190FC) is known color: Dodger Blue. HEX triplet: 01, 90 and FC. RGB value is (1,144,252). Sum of RGB (Red+Green+Blue) = 1+144+252=397 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 252 (98.83% from 255 or 63.48% from 397); Max value from RGB is 252 - color contains mainly: blue. Hex color #0190FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0190FC is #FE6F03. Grayscale: #707070. Windows color (decimal): -16674564 or 16551937. OLE color: 16551937.
HSL color Cylindrical-coordinate representation of color #0190FC: hue angle of 205.82º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0190FC is Cyan = 1.00, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 144 | 252 | - |
| CMYK | 1.00 | 0.43 | 0 | 0.01 |
| HSL | 205.82º | 0.99% | 0.5% | - |
| HSV(B) | 205.82º | 1% | 0.99% | - |
| XYZ | 27.56 | 26.98 | 95.85 | - |
| YUV | 113.56 | 206.12 | 47.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 144 | 252 | 1.00 | 0.43 | 0 | 0.01 | 205.82 | 0.99 | 0.5 |
| Hex | 1 | 90 | FC | 64 | 2B | 0 | 1 | CE | 63 | 32 |
| Octal | 1 | 220 | 374 | 144 | 53 | 0 | 1 | 316 | 143 | 62 |
| Binary | 1 | 10010000 | 11111100 | 1100100 | 101011 | 0 | 1 | 11001110 | 1100011 | 110010 |
Color Harmonies of #0190FC
Complementary color
Monochromatic Colors of #0190FC
Black with #0190FC
Text Example
Text Example
White with #0190FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0190FC; }
p { color: rgb(1,144,252); }
H1.HeaderClassName
{
color: #0190FC;
}
.AnyTagClassName
{
color: #0190FC;
}
</style>
background-color css
<style>
a { background-color: #0190FC; }
a { background-color: rgb(1,144,252); }
div.DivClassName
{
background-color: #0190FC;
}
.BgClassName
{
background-color: #0190FC;
}
</style>
border-color css
<style>
span { border-color: #0190FC; }
span { border-color: rgb(1,144,252); }
td.TdClassName
{
border-color: #0190FC;
}
.TagClassName
{
border-color: #0190FC;
}
</style>