Shades of Dodger Blue #18A5F7
Tints of Dodger Blue #18A5F7
RGB
CMYK
RGB Variations
Color information
#18A5F7 (or 0x18A5F7) is known color: Dodger Blue. HEX triplet: 18, A5 and F7. RGB value is (24,165,247). Sum of RGB (Red+Green+Blue) = 24+165+247=436 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.50% from 436); Green value is 165 (64.84% from 255 or 37.84% from 436); Blue value is 247 (96.88% from 255 or 56.65% from 436); Max value from RGB is 247 - color contains mainly: blue. Hex color #18A5F7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18A5F7 is #E75A08. Grayscale: #838383. Windows color (decimal): -15161865 or 16229656. OLE color: 16229656.
HSL color Cylindrical-coordinate representation of color #18A5F7: hue angle of 202.06º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18A5F7 is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 24 | 165 | 247 | - |
| CMYK | 0.90 | 0.33 | 0 | 0.03 |
| HSL | 202.06º | 0.93% | 0.53% | - |
| HSV(B) | 202.06º | 0.9% | 0.97% | - |
| XYZ | 30.62 | 33.82 | 92.91 | - |
| YUV | 132.19 | 192.79 | 50.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 165 | 247 | 0.90 | 0.33 | 0 | 0.03 | 202.06 | 0.93 | 0.53 |
| Hex | 18 | A5 | F7 | 5A | 21 | 0 | 3 | CA | 5D | 35 |
| Octal | 30 | 245 | 367 | 132 | 41 | 0 | 3 | 312 | 135 | 65 |
| Binary | 11000 | 10100101 | 11110111 | 1011010 | 100001 | 0 | 11 | 11001010 | 1011101 | 110101 |
Color Harmonies of #18A5F7
Complementary color
Monochromatic Colors of #18A5F7
Black with #18A5F7
Text Example
Text Example
White with #18A5F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A5F7; }
p { color: rgb(24,165,247); }
H1.HeaderClassName
{
color: #18A5F7;
}
.AnyTagClassName
{
color: #18A5F7;
}
</style>
background-color css
<style>
a { background-color: #18A5F7; }
a { background-color: rgb(24,165,247); }
div.DivClassName
{
background-color: #18A5F7;
}
.BgClassName
{
background-color: #18A5F7;
}
</style>
border-color css
<style>
span { border-color: #18A5F7; }
span { border-color: rgb(24,165,247); }
td.TdClassName
{
border-color: #18A5F7;
}
.TagClassName
{
border-color: #18A5F7;
}
</style>