Shades of Dodger Blue #1869FC
Tints of Dodger Blue #1869FC
RGB
CMYK
RGB Variations
Color information
#1869FC (or 0x1869FC) is known color: Dodger Blue. HEX triplet: 18, 69 and FC. RGB value is (24,105,252). Sum of RGB (Red+Green+Blue) = 24+105+252=381 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.30% from 381); Green value is 105 (41.41% from 255 or 27.56% from 381); Blue value is 252 (98.83% from 255 or 66.14% from 381); Max value from RGB is 252 - color contains mainly: blue. Hex color #1869FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1869FC is #E79603. Grayscale: #606060. Windows color (decimal): -15177220 or 16541976. OLE color: 16541976.
HSL color Cylindrical-coordinate representation of color #1869FC: hue angle of 218.68º 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 #1869FC is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 105 | 252 | - |
| CMYK | 0.90 | 0.58 | 0 | 0.01 |
| HSL | 218.68º | 0.97% | 0.54% | - |
| HSV(B) | 218.68º | 0.9% | 0.99% | - |
| XYZ | 23 | 17.33 | 94.23 | - |
| YUV | 97.54 | 215.16 | 75.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 105 | 252 | 0.90 | 0.58 | 0 | 0.01 | 218.68 | 0.97 | 0.54 |
| Hex | 18 | 69 | FC | 5A | 3A | 0 | 1 | DB | 61 | 36 |
| Octal | 30 | 151 | 374 | 132 | 72 | 0 | 1 | 333 | 141 | 66 |
| Binary | 11000 | 1101001 | 11111100 | 1011010 | 111010 | 0 | 1 | 11011011 | 1100001 | 110110 |
Color Harmonies of #1869FC
Complementary color
Monochromatic Colors of #1869FC
Black with #1869FC
Text Example
Text Example
White with #1869FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1869FC; }
p { color: rgb(24,105,252); }
H1.HeaderClassName
{
color: #1869FC;
}
.AnyTagClassName
{
color: #1869FC;
}
</style>
background-color css
<style>
a { background-color: #1869FC; }
a { background-color: rgb(24,105,252); }
div.DivClassName
{
background-color: #1869FC;
}
.BgClassName
{
background-color: #1869FC;
}
</style>
border-color css
<style>
span { border-color: #1869FC; }
span { border-color: rgb(24,105,252); }
td.TdClassName
{
border-color: #1869FC;
}
.TagClassName
{
border-color: #1869FC;
}
</style>