Shades of Dodger Blue #1882FB
Tints of Dodger Blue #1882FB
RGB
CMYK
RGB Variations
Color information
#1882FB (or 0x1882FB) is known color: Dodger Blue. HEX triplet: 18, 82 and FB. RGB value is (24,130,251). Sum of RGB (Red+Green+Blue) = 24+130+251=405 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.93% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 251 (98.44% from 255 or 61.98% from 405); Max value from RGB is 251 - color contains mainly: blue. Hex color #1882FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1882FB is #E77D04. Grayscale: #6F6F6F. Windows color (decimal): -15170821 or 16482840. OLE color: 16482840.
HSL color Cylindrical-coordinate representation of color #1882FB: hue angle of 211.98º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1882FB is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 130 | 251 | - |
| CMYK | 0.90 | 0.48 | 0 | 0.02 |
| HSL | 211.98º | 0.97% | 0.54% | - |
| HSV(B) | 211.98º | 0.9% | 0.98% | - |
| XYZ | 25.77 | 23.12 | 94.37 | - |
| YUV | 112.1 | 206.38 | 65.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 130 | 251 | 0.90 | 0.48 | 0 | 0.02 | 211.98 | 0.97 | 0.54 |
| Hex | 18 | 82 | FB | 5A | 30 | 0 | 2 | D4 | 61 | 36 |
| Octal | 30 | 202 | 373 | 132 | 60 | 0 | 2 | 324 | 141 | 66 |
| Binary | 11000 | 10000010 | 11111011 | 1011010 | 110000 | 0 | 10 | 11010100 | 1100001 | 110110 |
Color Harmonies of #1882FB
Complementary color
Monochromatic Colors of #1882FB
Black with #1882FB
Text Example
Text Example
White with #1882FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1882FB; }
p { color: rgb(24,130,251); }
H1.HeaderClassName
{
color: #1882FB;
}
.AnyTagClassName
{
color: #1882FB;
}
</style>
background-color css
<style>
a { background-color: #1882FB; }
a { background-color: rgb(24,130,251); }
div.DivClassName
{
background-color: #1882FB;
}
.BgClassName
{
background-color: #1882FB;
}
</style>
border-color css
<style>
span { border-color: #1882FB; }
span { border-color: rgb(24,130,251); }
td.TdClassName
{
border-color: #1882FB;
}
.TagClassName
{
border-color: #1882FB;
}
</style>