Shades of Dodger Blue #1894FE
Tints of Dodger Blue #1894FE
RGB
CMYK
RGB Variations
Color information
#1894FE (or 0x1894FE) is known color: Dodger Blue. HEX triplet: 18, 94 and FE. RGB value is (24,148,254). Sum of RGB (Red+Green+Blue) = 24+148+254=426 (56% of max value = 765). Red value is 24 (9.77% from 255 or 5.63% from 426); Green value is 148 (58.20% from 255 or 34.74% from 426); Blue value is 254 (99.61% from 255 or 59.62% from 426); Max value from RGB is 254 - color contains mainly: blue. Hex color #1894FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1894FE is #E76B01. Grayscale: #7A7A7A. Windows color (decimal): -15166210 or 16684056. OLE color: 16684056.
HSL color Cylindrical-coordinate representation of color #1894FE: hue angle of 207.65º 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 #1894FE is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 24 | 148 | 254 | - |
| CMYK | 0.91 | 0.42 | 0 | 0.00 |
| HSL | 207.65º | 0.99% | 0.55% | - |
| HSV(B) | 207.65º | 0.91% | 1% | - |
| XYZ | 28.86 | 28.53 | 97.75 | - |
| YUV | 123.01 | 201.92 | 57.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 148 | 254 | 0.91 | 0.42 | 0 | 0.00 | 207.65 | 0.99 | 0.55 |
| Hex | 18 | 94 | FE | 5B | 2A | 0 | 0 | D0 | 63 | 37 |
| Octal | 30 | 224 | 376 | 133 | 52 | 0 | 0 | 320 | 143 | 67 |
| Binary | 11000 | 10010100 | 11111110 | 1011011 | 101010 | 0 | 0 | 11010000 | 1100011 | 110111 |
Color Harmonies of #1894FE
Complementary color
Monochromatic Colors of #1894FE
Black with #1894FE
Text Example
Text Example
White with #1894FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1894FE; }
p { color: rgb(24,148,254); }
H1.HeaderClassName
{
color: #1894FE;
}
.AnyTagClassName
{
color: #1894FE;
}
</style>
background-color css
<style>
a { background-color: #1894FE; }
a { background-color: rgb(24,148,254); }
div.DivClassName
{
background-color: #1894FE;
}
.BgClassName
{
background-color: #1894FE;
}
</style>
border-color css
<style>
span { border-color: #1894FE; }
span { border-color: rgb(24,148,254); }
td.TdClassName
{
border-color: #1894FE;
}
.TagClassName
{
border-color: #1894FE;
}
</style>