#18ACF9

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

Shades of Dodger Blue #18ACF9

Tints of Dodger Blue #18ACF9

Color information

#18ACF9 (or 0x18ACF9) is unknown color: approx Dodger Blue. HEX triplet: 18, AC and F9. RGB value is (24,172,249). Sum of RGB (Red+Green+Blue) = 24+172+249=445 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.39% from 445); Green value is 172 (67.58% from 255 or 38.65% from 445); Blue value is 249 (97.66% from 255 or 55.96% from 445); Max value from RGB is 249 - color contains mainly: blue. Hex color #18ACF9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18ACF9 is #E75306. Grayscale: #888888. Windows color (decimal): -15160071 or 16362520. OLE color: 16362520.

HSL color Cylindrical-coordinate representation of color #18ACF9: hue angle of 200.53º degrees, saturation: 0.95, 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 #18ACF9 is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB24172249-
CMYK0.900.3100.02
HSL200.53º94.94%53.53%-
HSV(B)200.53º90.36%97.65%-
XYZ32.2336.5494.98-
YUV136.53191.4747.74-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.39%
GREEN value IS 172 (67.58% from 255) = 38.65%
BLUE value IS 249 (97.66% from 255) = 55.96%
R=5.39%
G=38.65%
B=55.96%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal241722490.900.3100.02200.5394.9453.53
Hex18ACF95A1F02c95f36
Octal30254371132370231113766
Binary110001010110011111001101101011111010110010011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18ACF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,172,249); }

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

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

 a { background-color: rgb(24,172,249); }

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

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

 span { border-color: rgb(24,172,249); }

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