Shades of Dodger Blue #1480F0
Tints of Dodger Blue #1480F0
RGB
CMYK
RGB Variations
Color information
#1480F0 (or 0x1480F0) is known color: Dodger Blue. HEX triplet: 14, 80 and F0. RGB value is (20,128,240). Sum of RGB (Red+Green+Blue) = 20+128+240=388 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.15% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 240 (94.14% from 255 or 61.86% from 388); Max value from RGB is 240 - color contains mainly: blue. Hex color #1480F0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1480F0 is #EB7F0F. Grayscale: #6B6B6B. Windows color (decimal): -15433488 or 15761428. OLE color: 15761428.
HSL color Cylindrical-coordinate representation of color #1480F0: hue angle of 210.55º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1480F0 is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 20 | 128 | 240 | - |
| CMYK | 0.92 | 0.47 | 0 | 0.06 |
| HSL | 210.55º | 0.88% | 0.51% | - |
| HSV(B) | 210.55º | 0.92% | 0.94% | - |
| XYZ | 23.74 | 21.88 | 85.41 | - |
| YUV | 108.48 | 202.22 | 64.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 128 | 240 | 0.92 | 0.47 | 0 | 0.06 | 210.55 | 0.88 | 0.51 |
| Hex | 14 | 80 | F0 | 5C | 2F | 0 | 6 | D3 | 58 | 33 |
| Octal | 24 | 200 | 360 | 134 | 57 | 0 | 6 | 323 | 130 | 63 |
| Binary | 10100 | 10000000 | 11110000 | 1011100 | 101111 | 0 | 110 | 11010011 | 1011000 | 110011 |
Color Harmonies of #1480F0
Complementary color
Monochromatic Colors of #1480F0
Black with #1480F0
Text Example
Text Example
White with #1480F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1480F0; }
p { color: rgb(20,128,240); }
H1.HeaderClassName
{
color: #1480F0;
}
.AnyTagClassName
{
color: #1480F0;
}
</style>
background-color css
<style>
a { background-color: #1480F0; }
a { background-color: rgb(20,128,240); }
div.DivClassName
{
background-color: #1480F0;
}
.BgClassName
{
background-color: #1480F0;
}
</style>
border-color css
<style>
span { border-color: #1480F0; }
span { border-color: rgb(20,128,240); }
td.TdClassName
{
border-color: #1480F0;
}
.TagClassName
{
border-color: #1480F0;
}
</style>