Html Css Color HEX #18A1EB Dodger Blue

📋 copy color: '#18A1EB'

red 24 ◦ green 161 ◦ blue 235

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

Shades of Dodger Blue #18A1EB

Tints of Dodger Blue #18A1EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 55.95%

R = 5.71%
G = 38.33%
B = 55.95%

CMYK

 C value IS 0.90

 M value IS 0.31

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#18A1EB (or 0x18A1EB) is known color: Dodger Blue. HEX triplet: 18, A1 and EB. RGB value is (24,161,235). Sum of RGB (Red+Green+Blue) = 24+161+235=420 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.71% from 420); Green value is 161 (63.28% from 255 or 38.33% from 420); Blue value is 235 (92.19% from 255 or 55.95% from 420); Max value from RGB is 235 - color contains mainly: blue. Hex color #18A1EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18A1EB is #E75E14. Grayscale: #808080. Windows color (decimal): -15162901 or 15442200. OLE color: 15442200.

HSL color Cylindrical-coordinate representation of color #18A1EB: hue angle of 201.04º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18A1EB is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 24 161 235 -
CMYK 0.90 0.31 0 0.08
HSL 201.04º 0.84% 0.51% -
HSV(B) 201.04º 0.9% 0.92% -
XYZ 28.12 31.68 83.23 -
YUV 128.47 188.11 53.48 -
System Red Green Blue C M Y K H S L
Decimal 24 161 235 0.90 0.31 0 0.08 201.04 0.84 0.51
Hex 18 A1 EB 5A 1F 0 8 C9 54 33
Octal 30 241 353 132 37 0 10 311 124 63
Binary 11000 10100001 11101011 1011010 11111 0 1000 11001001 1010100 110011

Color Harmonies of #18A1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A1EB

Black with #18A1EB

Text Example


Text Example

White with #18A1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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