#18A5EC

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

Shades of Dodger Blue #18A5EC

Tints of Dodger Blue #18A5EC

Color information

#18A5EC (or 0x18A5EC) is unknown color: approx Dodger Blue. HEX triplet: 18, A5 and EC. RGB value is (24,165,236). Sum of RGB (Red+Green+Blue) = 24+165+236=425 (56% of max value = 765). Red value is 24 (9.77% from 255 or 5.65% from 425); Green value is 165 (64.84% from 255 or 38.82% from 425); Blue value is 236 (92.58% from 255 or 55.53% from 425); Max value from RGB is 236 - color contains mainly: blue. Hex color #18A5EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18A5EC is #E75A13. Grayscale: #828282. Windows color (decimal): -15161876 or 15508760. OLE color: 15508760.

HSL color Cylindrical-coordinate representation of color #18A5EC: hue angle of 200.09º 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 #18A5EC is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB24165236-
CMYK0.900.3000.07
HSL200.09º84.8%50.98%-
HSV(B)200.09º89.83%92.55%-
XYZ28.9733.1684.23-
YUV130.94187.2951.73-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.65%
GREEN value IS 165 (64.84% from 255) = 38.82%
BLUE value IS 236 (92.58% from 255) = 55.53%
R=5.65%
G=38.82%
B=55.53%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal241652360.900.3000.07200.0984.850.98
Hex18A5EC5A1E07c85533
Octal30245354132360731012563
Binary1100010100101111011001011010111100111110010001010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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