#18A2EC

Color #18A2EC Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #18A2EC

Tints of Dodger Blue #18A2EC

Color information

#18A2EC (or 0x18A2EC) is unknown color: approx Dodger Blue. HEX triplet: 18, A2 and EC. RGB value is (24,162,236). Sum of RGB (Red+Green+Blue) = 24+162+236=422 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.69% from 422); Green value is 162 (63.67% from 255 or 38.39% from 422); Blue value is 236 (92.58% from 255 or 55.92% from 422); Max value from RGB is 236 - color contains mainly: blue. Hex color #18A2EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18A2EC is #E75D13. Grayscale: #808080. Windows color (decimal): -15162644 or 15507992. OLE color: 15507992.

HSL color Cylindrical-coordinate representation of color #18A2EC: hue angle of 200.94º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18A2EC is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB24162236-
CMYK0.900.3100.07
HSL200.94º84.8%50.98%-
HSV(B)200.94º89.83%92.55%-
XYZ28.4432.0984.05-
YUV129.17188.2852.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 24 (9.77% from 255) = 5.69%
GREEN value IS 162 (63.67% from 255) = 38.39%
BLUE value IS 236 (92.58% from 255) = 55.92%
R=5.69%
G=38.39%
B=55.92%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal241622360.900.3100.07200.9484.850.98
Hex18A2EC5A1F07c95533
Octal30242354132370731112563
Binary1100010100010111011001011010111110111110010011010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18A2EC; }

 p { color: rgb(24,162,236); }

 H1.HeaderClassName
 {
   color: #18A2EC;
 }
 .AnyTagClassName
 {
   color: #18A2EC;
 }
</style>
background-color css

<style>
 a { background-color: #18A2EC; }

 a { background-color: rgb(24,162,236); }

 div.DivClassName
 {
   background-color: #18A2EC;
 }
 .BgClassName
 {
   background-color: #18A2EC;
 }
</style>
border-color css

<style>
 span { border-color: #18A2EC; }

 span { border-color: rgb(24,162,236); }

 td.TdClassName
 {
   border-color: #18A2EC;
 }
 .TagClassName
 {
   border-color: #18A2EC;
 }
</style>