Shades of Dodger Blue #18A2FB
Tints of Dodger Blue #18A2FB
RGB
CMYK
RGB Variations
Color information
#18A2FB (or 0x18A2FB) is known color: Dodger Blue. HEX triplet: 18, A2 and FB. RGB value is (24,162,251). Sum of RGB (Red+Green+Blue) = 24+162+251=437 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.49% from 437); Green value is 162 (63.67% from 255 or 37.07% from 437); Blue value is 251 (98.44% from 255 or 57.44% from 437); Max value from RGB is 251 - color contains mainly: blue. Hex color #18A2FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18A2FB is #E75D04. Grayscale: #828282. Windows color (decimal): -15162629 or 16491032. OLE color: 16491032.
HSL color Cylindrical-coordinate representation of color #18A2FB: hue angle of 203.52º 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 #18A2FB is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 162 | 251 | - |
| CMYK | 0.90 | 0.35 | 0 | 0.02 |
| HSL | 203.52º | 0.97% | 0.54% | - |
| HSV(B) | 203.52º | 0.9% | 0.98% | - |
| XYZ | 30.71 | 33 | 96.02 | - |
| YUV | 130.88 | 195.78 | 51.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 162 | 251 | 0.90 | 0.35 | 0 | 0.02 | 203.52 | 0.97 | 0.54 |
| Hex | 18 | A2 | FB | 5A | 23 | 0 | 2 | CC | 61 | 36 |
| Octal | 30 | 242 | 373 | 132 | 43 | 0 | 2 | 314 | 141 | 66 |
| Binary | 11000 | 10100010 | 11111011 | 1011010 | 100011 | 0 | 10 | 11001100 | 1100001 | 110110 |
Color Harmonies of #18A2FB
Complementary color
Monochromatic Colors of #18A2FB
Black with #18A2FB
Text Example
Text Example
White with #18A2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A2FB; }
p { color: rgb(24,162,251); }
H1.HeaderClassName
{
color: #18A2FB;
}
.AnyTagClassName
{
color: #18A2FB;
}
</style>
background-color css
<style>
a { background-color: #18A2FB; }
a { background-color: rgb(24,162,251); }
div.DivClassName
{
background-color: #18A2FB;
}
.BgClassName
{
background-color: #18A2FB;
}
</style>
border-color css
<style>
span { border-color: #18A2FB; }
span { border-color: rgb(24,162,251); }
td.TdClassName
{
border-color: #18A2FB;
}
.TagClassName
{
border-color: #18A2FB;
}
</style>