Html Css Color HEX #18A1EE Dodger Blue

📋 copy color: '#18A1EE'

red 24 ◦ green 161 ◦ blue 238

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

Shades of Dodger Blue #18A1EE

Tints of Dodger Blue #18A1EE

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.06%

 BLUE value IS 238 (93.36% from 255) = 56.26%

R = 5.67%
G = 38.06%
B = 56.26%

CMYK

 C value IS 0.90

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#18A1EE (or 0x18A1EE) is known color: Dodger Blue. HEX triplet: 18, A1 and EE. RGB value is (24,161,238). Sum of RGB (Red+Green+Blue) = 24+161+238=423 (56% of max value = 765). Red value is 24 (9.77% from 255 or 5.67% from 423); Green value is 161 (63.28% from 255 or 38.06% from 423); Blue value is 238 (93.36% from 255 or 56.26% from 423); Max value from RGB is 238 - color contains mainly: blue. Hex color #18A1EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18A1EE is #E75E11. Grayscale: #808080. Windows color (decimal): -15162898 or 15638808. OLE color: 15638808.

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

Color convert

RGB 24 161 238 -
CMYK 0.90 0.32 0 0.07
HSL 201.59º 0.86% 0.51% -
HSV(B) 201.59º 0.9% 0.93% -
XYZ 28.55 31.86 85.53 -
YUV 128.82 189.61 53.24 -
System Red Green Blue C M Y K H S L
Decimal 24 161 238 0.90 0.32 0 0.07 201.59 0.86 0.51
Hex 18 A1 EE 5A 20 0 7 CA 56 33
Octal 30 241 356 132 40 0 7 312 126 63
Binary 11000 10100001 11101110 1011010 100000 0 111 11001010 1010110 110011

Color Harmonies of #18A1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A1EE

Black with #18A1EE

Text Example


Text Example

White with #18A1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,161,238); }

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

background-color css

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

 a { background-color: rgb(24,161,238); }

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

border-color css

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

 span { border-color: rgb(24,161,238); }

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