Shades of Dodger Blue #1896FE
Tints of Dodger Blue #1896FE
RGB
CMYK
RGB Variations
Color information
#1896FE (or 0x1896FE) is known color: Dodger Blue. HEX triplet: 18, 96 and FE. RGB value is (24,150,254). Sum of RGB (Red+Green+Blue) = 24+150+254=428 (56% of max value = 765). Red value is 24 (9.77% from 255 or 5.61% from 428); Green value is 150 (58.98% from 255 or 35.05% from 428); Blue value is 254 (99.61% from 255 or 59.35% from 428); Max value from RGB is 254 - color contains mainly: blue. Hex color #1896FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1896FE is #E76901. Grayscale: #7B7B7B. Windows color (decimal): -15165698 or 16684568. OLE color: 16684568.
HSL color Cylindrical-coordinate representation of color #1896FE: hue angle of 207.13º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1896FE is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 24 | 150 | 254 | - |
| CMYK | 0.91 | 0.41 | 0 | 0.00 |
| HSL | 207.13º | 0.99% | 0.55% | - |
| HSV(B) | 207.13º | 0.91% | 1% | - |
| XYZ | 29.17 | 29.16 | 97.86 | - |
| YUV | 124.18 | 201.26 | 56.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 150 | 254 | 0.91 | 0.41 | 0 | 0.00 | 207.13 | 0.99 | 0.55 |
| Hex | 18 | 96 | FE | 5B | 29 | 0 | 0 | CF | 63 | 37 |
| Octal | 30 | 226 | 376 | 133 | 51 | 0 | 0 | 317 | 143 | 67 |
| Binary | 11000 | 10010110 | 11111110 | 1011011 | 101001 | 0 | 0 | 11001111 | 1100011 | 110111 |
Color Harmonies of #1896FE
Complementary color
Monochromatic Colors of #1896FE
Black with #1896FE
Text Example
Text Example
White with #1896FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1896FE; }
p { color: rgb(24,150,254); }
H1.HeaderClassName
{
color: #1896FE;
}
.AnyTagClassName
{
color: #1896FE;
}
</style>
background-color css
<style>
a { background-color: #1896FE; }
a { background-color: rgb(24,150,254); }
div.DivClassName
{
background-color: #1896FE;
}
.BgClassName
{
background-color: #1896FE;
}
</style>
border-color css
<style>
span { border-color: #1896FE; }
span { border-color: rgb(24,150,254); }
td.TdClassName
{
border-color: #1896FE;
}
.TagClassName
{
border-color: #1896FE;
}
</style>