Shades of Dodger Blue #1498FC
Tints of Dodger Blue #1498FC
RGB
CMYK
RGB Variations
Color information
#1498FC (or 0x1498FC) is known color: Dodger Blue. HEX triplet: 14, 98 and FC. RGB value is (20,152,252). Sum of RGB (Red+Green+Blue) = 20+152+252=424 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.72% from 424); Green value is 152 (59.77% from 255 or 35.85% from 424); Blue value is 252 (98.83% from 255 or 59.43% from 424); Max value from RGB is 252 - color contains mainly: blue. Hex color #1498FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1498FC is #EB6703. Grayscale: #7B7B7B. Windows color (decimal): -15427332 or 16554004. OLE color: 16554004.
HSL color Cylindrical-coordinate representation of color #1498FC: hue angle of 205.86º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1498FC is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 152 | 252 | - |
| CMYK | 0.92 | 0.40 | 0 | 0.01 |
| HSL | 205.86º | 0.97% | 0.53% | - |
| HSV(B) | 205.86º | 0.92% | 0.99% | - |
| XYZ | 29.09 | 29.63 | 96.28 | - |
| YUV | 123.93 | 200.27 | 53.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 152 | 252 | 0.92 | 0.40 | 0 | 0.01 | 205.86 | 0.97 | 0.53 |
| Hex | 14 | 98 | FC | 5C | 28 | 0 | 1 | CE | 61 | 35 |
| Octal | 24 | 230 | 374 | 134 | 50 | 0 | 1 | 316 | 141 | 65 |
| Binary | 10100 | 10011000 | 11111100 | 1011100 | 101000 | 0 | 1 | 11001110 | 1100001 | 110101 |
Color Harmonies of #1498FC
Complementary color
Monochromatic Colors of #1498FC
Black with #1498FC
Text Example
Text Example
White with #1498FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1498FC; }
p { color: rgb(20,152,252); }
H1.HeaderClassName
{
color: #1498FC;
}
.AnyTagClassName
{
color: #1498FC;
}
</style>
background-color css
<style>
a { background-color: #1498FC; }
a { background-color: rgb(20,152,252); }
div.DivClassName
{
background-color: #1498FC;
}
.BgClassName
{
background-color: #1498FC;
}
</style>
border-color css
<style>
span { border-color: #1498FC; }
span { border-color: rgb(20,152,252); }
td.TdClassName
{
border-color: #1498FC;
}
.TagClassName
{
border-color: #1498FC;
}
</style>