Shades of Dodger Blue #18A2FA
Tints of Dodger Blue #18A2FA
RGB
CMYK
RGB Variations
Color information
#18A2FA (or 0x18A2FA) is known color: Dodger Blue. HEX triplet: 18, A2 and FA. RGB value is (24,162,250). Sum of RGB (Red+Green+Blue) = 24+162+250=436 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.50% from 436); Green value is 162 (63.67% from 255 or 37.16% from 436); Blue value is 250 (98.05% from 255 or 57.34% from 436); Max value from RGB is 250 - color contains mainly: blue. Hex color #18A2FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18A2FA is #E75D05. Grayscale: #828282. Windows color (decimal): -15162630 or 16425496. OLE color: 16425496.
HSL color Cylindrical-coordinate representation of color #18A2FA: hue angle of 203.36º degrees, saturation: 0.96, 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 #18A2FA is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 162 | 250 | - |
| CMYK | 0.90 | 0.35 | 0 | 0.02 |
| HSL | 203.36º | 0.96% | 0.54% | - |
| HSV(B) | 203.36º | 0.9% | 0.98% | - |
| XYZ | 30.55 | 32.94 | 95.19 | - |
| YUV | 130.77 | 195.28 | 51.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 162 | 250 | 0.90 | 0.35 | 0 | 0.02 | 203.36 | 0.96 | 0.54 |
| Hex | 18 | A2 | FA | 5A | 23 | 0 | 2 | CB | 60 | 36 |
| Octal | 30 | 242 | 372 | 132 | 43 | 0 | 2 | 313 | 140 | 66 |
| Binary | 11000 | 10100010 | 11111010 | 1011010 | 100011 | 0 | 10 | 11001011 | 1100000 | 110110 |
Color Harmonies of #18A2FA
Complementary color
Monochromatic Colors of #18A2FA
Black with #18A2FA
Text Example
Text Example
White with #18A2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A2FA; }
p { color: rgb(24,162,250); }
H1.HeaderClassName
{
color: #18A2FA;
}
.AnyTagClassName
{
color: #18A2FA;
}
</style>
background-color css
<style>
a { background-color: #18A2FA; }
a { background-color: rgb(24,162,250); }
div.DivClassName
{
background-color: #18A2FA;
}
.BgClassName
{
background-color: #18A2FA;
}
</style>
border-color css
<style>
span { border-color: #18A2FA; }
span { border-color: rgb(24,162,250); }
td.TdClassName
{
border-color: #18A2FA;
}
.TagClassName
{
border-color: #18A2FA;
}
</style>