Html Css Color HEX #18AAEF Dodger Blue

📋 copy color: '#18AAEF'

red 24 ◦ green 170 ◦ blue 239

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

Shades of Dodger Blue #18AAEF

Tints of Dodger Blue #18AAEF

RGB

 RED value IS 24 (9.77% from 255) = 5.54%

 GREEN value IS 170 (66.8% from 255) = 39.26%

 BLUE value IS 239 (93.75% from 255) = 55.2%

R = 5.54%
G = 39.26%
B = 55.2%

CMYK

 C value IS 0.90

 M value IS 0.29

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#18AAEF (or 0x18AAEF) is known color: Dodger Blue. HEX triplet: 18, AA and EF. RGB value is (24,170,239). Sum of RGB (Red+Green+Blue) = 24+170+239=433 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.54% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 239 (93.75% from 255 or 55.20% from 433); Max value from RGB is 239 - color contains mainly: blue. Hex color #18AAEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18AAEF is #E75510. Grayscale: #858585. Windows color (decimal): -15160593 or 15706648. OLE color: 15706648.

HSL color Cylindrical-coordinate representation of color #18AAEF: hue angle of 199.26º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18AAEF is Cyan = 0.90, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 24 170 239 -
CMYK 0.90 0.29 0 0.06
HSL 199.26º 0.87% 0.52% -
HSV(B) 199.26º 0.9% 0.94% -
XYZ 30.33 35.18 86.85 -
YUV 134.21 187.13 49.39 -
System Red Green Blue C M Y K H S L
Decimal 24 170 239 0.90 0.29 0 0.06 199.26 0.87 0.52
Hex 18 AA EF 5A 1D 0 6 C7 57 34
Octal 30 252 357 132 35 0 6 307 127 64
Binary 11000 10101010 11101111 1011010 11101 0 110 11000111 1010111 110100

Color Harmonies of #18AAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AAEF

Black with #18AAEF

Text Example


Text Example

White with #18AAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,170,239); }

 H1.HeaderClassName
 {
   color: #18AAEF;
 }
 .AnyTagClassName
 {
   color: #18AAEF;
 }
</style>

background-color css

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

 a { background-color: rgb(24,170,239); }

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

border-color css

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

 span { border-color: rgb(24,170,239); }

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