Html Css Color HEX #18A3EE Dodger Blue

📋 copy color: '#18A3EE'

red 24 ◦ green 163 ◦ blue 238

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

Shades of Dodger Blue #18A3EE

Tints of Dodger Blue #18A3EE

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.35%

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

R = 5.65%
G = 38.35%
B = 56%

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

#18A3EE (or 0x18A3EE) is known color: Dodger Blue. HEX triplet: 18, A3 and EE. RGB value is (24,163,238). Sum of RGB (Red+Green+Blue) = 24+163+238=425 (56% of max value = 765). Red value is 24 (9.77% from 255 or 5.65% from 425); Green value is 163 (64.06% from 255 or 38.35% from 425); Blue value is 238 (93.36% from 255 or 56% from 425); Max value from RGB is 238 - color contains mainly: blue. Hex color #18A3EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18A3EE is #E75C11. Grayscale: #818181. Windows color (decimal): -15162386 or 15639320. OLE color: 15639320.

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

Color convert

RGB 24 163 238 -
CMYK 0.90 0.32 0 0.07
HSL 201.03º 0.86% 0.51% -
HSV(B) 201.03º 0.9% 0.93% -
XYZ 28.91 32.56 85.65 -
YUV 129.99 188.95 52.4 -
System Red Green Blue C M Y K H S L
Decimal 24 163 238 0.90 0.32 0 0.07 201.03 0.86 0.51
Hex 18 A3 EE 5A 20 0 7 C9 56 33
Octal 30 243 356 132 40 0 7 311 126 63
Binary 11000 10100011 11101110 1011010 100000 0 111 11001001 1010110 110011

Color Harmonies of #18A3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A3EE

Black with #18A3EE

Text Example


Text Example

White with #18A3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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