Html Css Color HEX #18ACF9 Dodger Blue

📋 copy color: '#18ACF9'

red 24 ◦ green 172 ◦ blue 249

#18ACF9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #18ACF9

Tints of Dodger Blue #18ACF9

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 value IS 0.90

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#18ACF9 (or 0x18ACF9) is known color: 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

RGB 24 172 249 -
CMYK 0.90 0.31 0 0.02
HSL 200.53º 0.95% 0.54% -
HSV(B) 200.53º 0.9% 0.98% -
XYZ 32.23 36.54 94.98 -
YUV 136.53 191.47 47.74 -
System Red Green Blue C M Y K H S L
Decimal 24 172 249 0.90 0.31 0 0.02 200.53 0.95 0.54
Hex 18 AC F9 5A 1F 0 2 C9 5F 36
Octal 30 254 371 132 37 0 2 311 137 66
Binary 11000 10101100 11111001 1011010 11111 0 10 11001001 1011111 110110

Color Harmonies of #18ACF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18ACF9

Black with #18ACF9

Text Example


Text Example

White with #18ACF9

Text Example


Text Example

HTML Codes & Css Web 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>