Shades of Dodger Blue #1863FB
Tints of Dodger Blue #1863FB
RGB
CMYK
RGB Variations
Color information
#1863FB (or 0x1863FB) is known color: Dodger Blue. HEX triplet: 18, 63 and FB. RGB value is (24,99,251). Sum of RGB (Red+Green+Blue) = 24+99+251=374 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.42% from 374); Green value is 99 (39.06% from 255 or 26.47% from 374); Blue value is 251 (98.44% from 255 or 67.11% from 374); Max value from RGB is 251 - color contains mainly: blue. Hex color #1863FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1863FB is #E79C04. Grayscale: #5D5D5D. Windows color (decimal): -15178757 or 16474904. OLE color: 16474904.
HSL color Cylindrical-coordinate representation of color #1863FB: hue angle of 220.18º 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 #1863FB is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 99 | 251 | - |
| CMYK | 0.90 | 0.61 | 0 | 0.02 |
| HSL | 220.18º | 0.97% | 0.54% | - |
| HSV(B) | 220.18º | 0.9% | 0.98% | - |
| XYZ | 22.25 | 16.08 | 93.2 | - |
| YUV | 93.9 | 216.65 | 78.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 99 | 251 | 0.90 | 0.61 | 0 | 0.02 | 220.18 | 0.97 | 0.54 |
| Hex | 18 | 63 | FB | 5A | 3D | 0 | 2 | DC | 61 | 36 |
| Octal | 30 | 143 | 373 | 132 | 75 | 0 | 2 | 334 | 141 | 66 |
| Binary | 11000 | 1100011 | 11111011 | 1011010 | 111101 | 0 | 10 | 11011100 | 1100001 | 110110 |
Color Harmonies of #1863FB
Complementary color
Monochromatic Colors of #1863FB
Black with #1863FB
Text Example
Text Example
White with #1863FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1863FB; }
p { color: rgb(24,99,251); }
H1.HeaderClassName
{
color: #1863FB;
}
.AnyTagClassName
{
color: #1863FB;
}
</style>
background-color css
<style>
a { background-color: #1863FB; }
a { background-color: rgb(24,99,251); }
div.DivClassName
{
background-color: #1863FB;
}
.BgClassName
{
background-color: #1863FB;
}
</style>
border-color css
<style>
span { border-color: #1863FB; }
span { border-color: rgb(24,99,251); }
td.TdClassName
{
border-color: #1863FB;
}
.TagClassName
{
border-color: #1863FB;
}
</style>