Shades of Dodger Blue #1892FD
Tints of Dodger Blue #1892FD
RGB
CMYK
RGB Variations
Color information
#1892FD (or 0x1892FD) is known color: Dodger Blue. HEX triplet: 18, 92 and FD. RGB value is (24,146,253). Sum of RGB (Red+Green+Blue) = 24+146+253=423 (56% of max value = 765). Red value is 24 (9.77% from 255 or 5.67% from 423); Green value is 146 (57.42% from 255 or 34.52% from 423); Blue value is 253 (99.22% from 255 or 59.81% from 423); Max value from RGB is 253 - color contains mainly: blue. Hex color #1892FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1892FD is #E76D02. Grayscale: #797979. Windows color (decimal): -15166723 or 16618008. OLE color: 16618008.
HSL color Cylindrical-coordinate representation of color #1892FD: hue angle of 208.03º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1892FD is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 146 | 253 | - |
| CMYK | 0.91 | 0.42 | 0 | 0.01 |
| HSL | 208.03º | 0.98% | 0.54% | - |
| HSV(B) | 208.03º | 0.91% | 0.99% | - |
| XYZ | 28.39 | 27.84 | 96.81 | - |
| YUV | 121.72 | 202.08 | 58.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 146 | 253 | 0.91 | 0.42 | 0 | 0.01 | 208.03 | 0.98 | 0.54 |
| Hex | 18 | 92 | FD | 5B | 2A | 0 | 1 | D0 | 62 | 36 |
| Octal | 30 | 222 | 375 | 133 | 52 | 0 | 1 | 320 | 142 | 66 |
| Binary | 11000 | 10010010 | 11111101 | 1011011 | 101010 | 0 | 1 | 11010000 | 1100010 | 110110 |
Color Harmonies of #1892FD
Complementary color
Monochromatic Colors of #1892FD
Black with #1892FD
Text Example
Text Example
White with #1892FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1892FD; }
p { color: rgb(24,146,253); }
H1.HeaderClassName
{
color: #1892FD;
}
.AnyTagClassName
{
color: #1892FD;
}
</style>
background-color css
<style>
a { background-color: #1892FD; }
a { background-color: rgb(24,146,253); }
div.DivClassName
{
background-color: #1892FD;
}
.BgClassName
{
background-color: #1892FD;
}
</style>
border-color css
<style>
span { border-color: #1892FD; }
span { border-color: rgb(24,146,253); }
td.TdClassName
{
border-color: #1892FD;
}
.TagClassName
{
border-color: #1892FD;
}
</style>