Shades of Dodger Blue #18A3F8
Tints of Dodger Blue #18A3F8
RGB
CMYK
RGB Variations
Color information
#18A3F8 (or 0x18A3F8) is known color: Dodger Blue. HEX triplet: 18, A3 and F8. RGB value is (24,163,248). Sum of RGB (Red+Green+Blue) = 24+163+248=435 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.52% from 435); Green value is 163 (64.06% from 255 or 37.47% from 435); Blue value is 248 (97.27% from 255 or 57.01% from 435); Max value from RGB is 248 - color contains mainly: blue. Hex color #18A3F8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18A3F8 is #E75C07. Grayscale: #828282. Windows color (decimal): -15162376 or 16294680. OLE color: 16294680.
HSL color Cylindrical-coordinate representation of color #18A3F8: hue angle of 202.77º degrees, saturation: 0.94, 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 #18A3F8 is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 24 | 163 | 248 | - |
| CMYK | 0.90 | 0.34 | 0 | 0.03 |
| HSL | 202.77º | 0.94% | 0.53% | - |
| HSV(B) | 202.77º | 0.9% | 0.97% | - |
| XYZ | 30.42 | 33.17 | 93.61 | - |
| YUV | 131.13 | 193.95 | 51.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 163 | 248 | 0.90 | 0.34 | 0 | 0.03 | 202.77 | 0.94 | 0.53 |
| Hex | 18 | A3 | F8 | 5A | 22 | 0 | 3 | CB | 5E | 35 |
| Octal | 30 | 243 | 370 | 132 | 42 | 0 | 3 | 313 | 136 | 65 |
| Binary | 11000 | 10100011 | 11111000 | 1011010 | 100010 | 0 | 11 | 11001011 | 1011110 | 110101 |
Color Harmonies of #18A3F8
Complementary color
Monochromatic Colors of #18A3F8
Black with #18A3F8
Text Example
Text Example
White with #18A3F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A3F8; }
p { color: rgb(24,163,248); }
H1.HeaderClassName
{
color: #18A3F8;
}
.AnyTagClassName
{
color: #18A3F8;
}
</style>
background-color css
<style>
a { background-color: #18A3F8; }
a { background-color: rgb(24,163,248); }
div.DivClassName
{
background-color: #18A3F8;
}
.BgClassName
{
background-color: #18A3F8;
}
</style>
border-color css
<style>
span { border-color: #18A3F8; }
span { border-color: rgb(24,163,248); }
td.TdClassName
{
border-color: #18A3F8;
}
.TagClassName
{
border-color: #18A3F8;
}
</style>