Shades of Dodger Blue #18A3FB
Tints of Dodger Blue #18A3FB
RGB
CMYK
RGB Variations
Color information
#18A3FB (or 0x18A3FB) is known color: Dodger Blue. HEX triplet: 18, A3 and FB. RGB value is (24,163,251). Sum of RGB (Red+Green+Blue) = 24+163+251=438 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.48% from 438); Green value is 163 (64.06% from 255 or 37.21% from 438); Blue value is 251 (98.44% from 255 or 57.31% from 438); Max value from RGB is 251 - color contains mainly: blue. Hex color #18A3FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18A3FB is #E75C04. Grayscale: #828282. Windows color (decimal): -15162373 or 16491288. OLE color: 16491288.
HSL color Cylindrical-coordinate representation of color #18A3FB: hue angle of 203.26º 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 #18A3FB is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 163 | 251 | - |
| CMYK | 0.90 | 0.35 | 0 | 0.02 |
| HSL | 203.26º | 0.97% | 0.54% | - |
| HSV(B) | 203.26º | 0.9% | 0.98% | - |
| XYZ | 30.89 | 33.35 | 96.08 | - |
| YUV | 131.47 | 195.45 | 51.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 163 | 251 | 0.90 | 0.35 | 0 | 0.02 | 203.26 | 0.97 | 0.54 |
| Hex | 18 | A3 | FB | 5A | 23 | 0 | 2 | CB | 61 | 36 |
| Octal | 30 | 243 | 373 | 132 | 43 | 0 | 2 | 313 | 141 | 66 |
| Binary | 11000 | 10100011 | 11111011 | 1011010 | 100011 | 0 | 10 | 11001011 | 1100001 | 110110 |
Color Harmonies of #18A3FB
Complementary color
Monochromatic Colors of #18A3FB
Black with #18A3FB
Text Example
Text Example
White with #18A3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A3FB; }
p { color: rgb(24,163,251); }
H1.HeaderClassName
{
color: #18A3FB;
}
.AnyTagClassName
{
color: #18A3FB;
}
</style>
background-color css
<style>
a { background-color: #18A3FB; }
a { background-color: rgb(24,163,251); }
div.DivClassName
{
background-color: #18A3FB;
}
.BgClassName
{
background-color: #18A3FB;
}
</style>
border-color css
<style>
span { border-color: #18A3FB; }
span { border-color: rgb(24,163,251); }
td.TdClassName
{
border-color: #18A3FB;
}
.TagClassName
{
border-color: #18A3FB;
}
</style>