Shades of Dodger Blue #1882FC
Tints of Dodger Blue #1882FC
RGB
CMYK
RGB Variations
Color information
#1882FC (or 0x1882FC) is known color: Dodger Blue. HEX triplet: 18, 82 and FC. RGB value is (24,130,252). Sum of RGB (Red+Green+Blue) = 24+130+252=406 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.91% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 252 (98.83% from 255 or 62.07% from 406); Max value from RGB is 252 - color contains mainly: blue. Hex color #1882FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1882FC is #E77D03. Grayscale: #6F6F6F. Windows color (decimal): -15170820 or 16548376. OLE color: 16548376.
HSL color Cylindrical-coordinate representation of color #1882FC: hue angle of 212.11º 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 #1882FC is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 130 | 252 | - |
| CMYK | 0.90 | 0.48 | 0 | 0.01 |
| HSL | 212.11º | 0.97% | 0.54% | - |
| HSV(B) | 212.11º | 0.9% | 0.99% | - |
| XYZ | 25.93 | 23.19 | 95.2 | - |
| YUV | 112.21 | 206.88 | 65.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 130 | 252 | 0.90 | 0.48 | 0 | 0.01 | 212.11 | 0.97 | 0.54 |
| Hex | 18 | 82 | FC | 5A | 30 | 0 | 1 | D4 | 61 | 36 |
| Octal | 30 | 202 | 374 | 132 | 60 | 0 | 1 | 324 | 141 | 66 |
| Binary | 11000 | 10000010 | 11111100 | 1011010 | 110000 | 0 | 1 | 11010100 | 1100001 | 110110 |
Color Harmonies of #1882FC
Complementary color
Monochromatic Colors of #1882FC
Black with #1882FC
Text Example
Text Example
White with #1882FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1882FC; }
p { color: rgb(24,130,252); }
H1.HeaderClassName
{
color: #1882FC;
}
.AnyTagClassName
{
color: #1882FC;
}
</style>
background-color css
<style>
a { background-color: #1882FC; }
a { background-color: rgb(24,130,252); }
div.DivClassName
{
background-color: #1882FC;
}
.BgClassName
{
background-color: #1882FC;
}
</style>
border-color css
<style>
span { border-color: #1882FC; }
span { border-color: rgb(24,130,252); }
td.TdClassName
{
border-color: #1882FC;
}
.TagClassName
{
border-color: #1882FC;
}
</style>