Shades of Dodger Blue #1865FB
Tints of Dodger Blue #1865FB
RGB
CMYK
RGB Variations
Color information
#1865FB (or 0x1865FB) is known color: Dodger Blue. HEX triplet: 18, 65 and FB. RGB value is (24,101,251). Sum of RGB (Red+Green+Blue) = 24+101+251=376 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.38% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 251 (98.44% from 255 or 66.76% from 376); Max value from RGB is 251 - color contains mainly: blue. Hex color #1865FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1865FB is #E79A04. Grayscale: #5E5E5E. Windows color (decimal): -15178245 or 16475416. OLE color: 16475416.
HSL color Cylindrical-coordinate representation of color #1865FB: hue angle of 219.65º 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 #1865FB is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 101 | 251 | - |
| CMYK | 0.90 | 0.60 | 0 | 0.02 |
| HSL | 219.65º | 0.97% | 0.54% | - |
| HSV(B) | 219.65º | 0.9% | 0.98% | - |
| XYZ | 22.44 | 16.47 | 93.26 | - |
| YUV | 95.08 | 215.99 | 77.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 101 | 251 | 0.90 | 0.60 | 0 | 0.02 | 219.65 | 0.97 | 0.54 |
| Hex | 18 | 65 | FB | 5A | 3C | 0 | 2 | DC | 61 | 36 |
| Octal | 30 | 145 | 373 | 132 | 74 | 0 | 2 | 334 | 141 | 66 |
| Binary | 11000 | 1100101 | 11111011 | 1011010 | 111100 | 0 | 10 | 11011100 | 1100001 | 110110 |
Color Harmonies of #1865FB
Complementary color
Monochromatic Colors of #1865FB
Black with #1865FB
Text Example
Text Example
White with #1865FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1865FB; }
p { color: rgb(24,101,251); }
H1.HeaderClassName
{
color: #1865FB;
}
.AnyTagClassName
{
color: #1865FB;
}
</style>
background-color css
<style>
a { background-color: #1865FB; }
a { background-color: rgb(24,101,251); }
div.DivClassName
{
background-color: #1865FB;
}
.BgClassName
{
background-color: #1865FB;
}
</style>
border-color css
<style>
span { border-color: #1865FB; }
span { border-color: rgb(24,101,251); }
td.TdClassName
{
border-color: #1865FB;
}
.TagClassName
{
border-color: #1865FB;
}
</style>