Shades of Dodger Blue #1862FC
Tints of Dodger Blue #1862FC
RGB
CMYK
RGB Variations
Color information
#1862FC (or 0x1862FC) is known color: Dodger Blue. HEX triplet: 18, 62 and FC. RGB value is (24,98,252). Sum of RGB (Red+Green+Blue) = 24+98+252=374 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.42% from 374); Green value is 98 (38.67% from 255 or 26.20% from 374); Blue value is 252 (98.83% from 255 or 67.38% from 374); Max value from RGB is 252 - color contains mainly: blue. Hex color #1862FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1862FC is #E79D03. Grayscale: #5C5C5C. Windows color (decimal): -15179012 or 16540184. OLE color: 16540184.
HSL color Cylindrical-coordinate representation of color #1862FC: hue angle of 220.53º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1862FC is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 98 | 252 | - |
| CMYK | 0.90 | 0.61 | 0 | 0.01 |
| HSL | 220.53º | 0.97% | 0.54% | - |
| HSV(B) | 220.53º | 0.9% | 0.99% | - |
| XYZ | 22.32 | 15.96 | 94 | - |
| YUV | 93.43 | 217.48 | 78.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 98 | 252 | 0.90 | 0.61 | 0 | 0.01 | 220.53 | 0.97 | 0.54 |
| Hex | 18 | 62 | FC | 5A | 3D | 0 | 1 | DD | 61 | 36 |
| Octal | 30 | 142 | 374 | 132 | 75 | 0 | 1 | 335 | 141 | 66 |
| Binary | 11000 | 1100010 | 11111100 | 1011010 | 111101 | 0 | 1 | 11011101 | 1100001 | 110110 |
Color Harmonies of #1862FC
Complementary color
Monochromatic Colors of #1862FC
Black with #1862FC
Text Example
Text Example
White with #1862FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1862FC; }
p { color: rgb(24,98,252); }
H1.HeaderClassName
{
color: #1862FC;
}
.AnyTagClassName
{
color: #1862FC;
}
</style>
background-color css
<style>
a { background-color: #1862FC; }
a { background-color: rgb(24,98,252); }
div.DivClassName
{
background-color: #1862FC;
}
.BgClassName
{
background-color: #1862FC;
}
</style>
border-color css
<style>
span { border-color: #1862FC; }
span { border-color: rgb(24,98,252); }
td.TdClassName
{
border-color: #1862FC;
}
.TagClassName
{
border-color: #1862FC;
}
</style>