Shades of Dodger Blue #1897FA
Tints of Dodger Blue #1897FA
RGB
CMYK
RGB Variations
Color information
#1897FA (or 0x1897FA) is known color: Dodger Blue. HEX triplet: 18, 97 and FA. RGB value is (24,151,250). Sum of RGB (Red+Green+Blue) = 24+151+250=425 (56% of max value = 765). Red value is 24 (9.77% from 255 or 5.65% from 425); Green value is 151 (59.38% from 255 or 35.53% from 425); Blue value is 250 (98.05% from 255 or 58.82% from 425); Max value from RGB is 250 - color contains mainly: blue. Hex color #1897FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1897FA is #E76805. Grayscale: #7B7B7B. Windows color (decimal): -15165446 or 16422680. OLE color: 16422680.
HSL color Cylindrical-coordinate representation of color #1897FA: hue angle of 206.28º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1897FA is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 151 | 250 | - |
| CMYK | 0.90 | 0.40 | 0 | 0.02 |
| HSL | 206.28º | 0.96% | 0.54% | - |
| HSV(B) | 206.28º | 0.9% | 0.98% | - |
| XYZ | 28.7 | 29.23 | 94.57 | - |
| YUV | 124.31 | 198.92 | 56.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 151 | 250 | 0.90 | 0.40 | 0 | 0.02 | 206.28 | 0.96 | 0.54 |
| Hex | 18 | 97 | FA | 5A | 28 | 0 | 2 | CE | 60 | 36 |
| Octal | 30 | 227 | 372 | 132 | 50 | 0 | 2 | 316 | 140 | 66 |
| Binary | 11000 | 10010111 | 11111010 | 1011010 | 101000 | 0 | 10 | 11001110 | 1100000 | 110110 |
Color Harmonies of #1897FA
Complementary color
Monochromatic Colors of #1897FA
Black with #1897FA
Text Example
Text Example
White with #1897FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1897FA; }
p { color: rgb(24,151,250); }
H1.HeaderClassName
{
color: #1897FA;
}
.AnyTagClassName
{
color: #1897FA;
}
</style>
background-color css
<style>
a { background-color: #1897FA; }
a { background-color: rgb(24,151,250); }
div.DivClassName
{
background-color: #1897FA;
}
.BgClassName
{
background-color: #1897FA;
}
</style>
border-color css
<style>
span { border-color: #1897FA; }
span { border-color: rgb(24,151,250); }
td.TdClassName
{
border-color: #1897FA;
}
.TagClassName
{
border-color: #1897FA;
}
</style>