Shades of Dodger Blue #1484FE
Tints of Dodger Blue #1484FE
RGB
CMYK
RGB Variations
Color information
#1484FE (or 0x1484FE) is known color: Dodger Blue. HEX triplet: 14, 84 and FE. RGB value is (20,132,254). Sum of RGB (Red+Green+Blue) = 20+132+254=406 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.93% from 406); Green value is 132 (51.95% from 255 or 32.51% from 406); Blue value is 254 (99.61% from 255 or 62.56% from 406); Max value from RGB is 254 - color contains mainly: blue. Hex color #1484FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1484FE is #EB7B01. Grayscale: #6F6F6F. Windows color (decimal): -15432450 or 16679956. OLE color: 16679956.
HSL color Cylindrical-coordinate representation of color #1484FE: hue angle of 211.28º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1484FE is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 20 | 132 | 254 | - |
| CMYK | 0.92 | 0.48 | 0 | 0.00 |
| HSL | 211.28º | 0.99% | 0.54% | - |
| HSV(B) | 211.28º | 0.92% | 1% | - |
| XYZ | 26.43 | 23.81 | 96.97 | - |
| YUV | 112.42 | 207.89 | 62.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 132 | 254 | 0.92 | 0.48 | 0 | 0.00 | 211.28 | 0.99 | 0.54 |
| Hex | 14 | 84 | FE | 5C | 30 | 0 | 0 | D3 | 63 | 36 |
| Octal | 24 | 204 | 376 | 134 | 60 | 0 | 0 | 323 | 143 | 66 |
| Binary | 10100 | 10000100 | 11111110 | 1011100 | 110000 | 0 | 0 | 11010011 | 1100011 | 110110 |
Color Harmonies of #1484FE
Complementary color
Monochromatic Colors of #1484FE
Black with #1484FE
Text Example
Text Example
White with #1484FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1484FE; }
p { color: rgb(20,132,254); }
H1.HeaderClassName
{
color: #1484FE;
}
.AnyTagClassName
{
color: #1484FE;
}
</style>
background-color css
<style>
a { background-color: #1484FE; }
a { background-color: rgb(20,132,254); }
div.DivClassName
{
background-color: #1484FE;
}
.BgClassName
{
background-color: #1484FE;
}
</style>
border-color css
<style>
span { border-color: #1484FE; }
span { border-color: rgb(20,132,254); }
td.TdClassName
{
border-color: #1484FE;
}
.TagClassName
{
border-color: #1484FE;
}
</style>