Shades of Dodger Blue #1888FC
Tints of Dodger Blue #1888FC
RGB
CMYK
RGB Variations
Color information
#1888FC (or 0x1888FC) is known color: Dodger Blue. HEX triplet: 18, 88 and FC. RGB value is (24,136,252). Sum of RGB (Red+Green+Blue) = 24+136+252=412 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.83% from 412); Green value is 136 (53.52% from 255 or 33.01% from 412); Blue value is 252 (98.83% from 255 or 61.17% from 412); Max value from RGB is 252 - color contains mainly: blue. Hex color #1888FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1888FC is #E77703. Grayscale: #737373. Windows color (decimal): -15169284 or 16549912. OLE color: 16549912.
HSL color Cylindrical-coordinate representation of color #1888FC: hue angle of 210.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 #1888FC is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 136 | 252 | - |
| CMYK | 0.90 | 0.46 | 0 | 0.01 |
| HSL | 210.53º | 0.97% | 0.54% | - |
| HSV(B) | 210.53º | 0.9% | 0.99% | - |
| XYZ | 26.75 | 24.83 | 95.48 | - |
| YUV | 115.74 | 204.89 | 62.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 136 | 252 | 0.90 | 0.46 | 0 | 0.01 | 210.53 | 0.97 | 0.54 |
| Hex | 18 | 88 | FC | 5A | 2E | 0 | 1 | D3 | 61 | 36 |
| Octal | 30 | 210 | 374 | 132 | 56 | 0 | 1 | 323 | 141 | 66 |
| Binary | 11000 | 10001000 | 11111100 | 1011010 | 101110 | 0 | 1 | 11010011 | 1100001 | 110110 |
Color Harmonies of #1888FC
Complementary color
Monochromatic Colors of #1888FC
Black with #1888FC
Text Example
Text Example
White with #1888FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1888FC; }
p { color: rgb(24,136,252); }
H1.HeaderClassName
{
color: #1888FC;
}
.AnyTagClassName
{
color: #1888FC;
}
</style>
background-color css
<style>
a { background-color: #1888FC; }
a { background-color: rgb(24,136,252); }
div.DivClassName
{
background-color: #1888FC;
}
.BgClassName
{
background-color: #1888FC;
}
</style>
border-color css
<style>
span { border-color: #1888FC; }
span { border-color: rgb(24,136,252); }
td.TdClassName
{
border-color: #1888FC;
}
.TagClassName
{
border-color: #1888FC;
}
</style>