Html Css Color HEX #18A8EE Dodger Blue

📋 copy color: '#18A8EE'

red 24 ◦ green 168 ◦ blue 238

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

Shades of Dodger Blue #18A8EE

Tints of Dodger Blue #18A8EE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.07%

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

R = 5.58%
G = 39.07%
B = 55.35%

CMYK

 C value IS 0.90

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#18A8EE (or 0x18A8EE) is known color: Dodger Blue. HEX triplet: 18, A8 and EE. RGB value is (24,168,238). Sum of RGB (Red+Green+Blue) = 24+168+238=430 (56% of max value = 765). Red value is 24 (9.77% from 255 or 5.58% from 430); Green value is 168 (66.02% from 255 or 39.07% from 430); Blue value is 238 (93.36% from 255 or 55.35% from 430); Max value from RGB is 238 - color contains mainly: blue. Hex color #18A8EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18A8EE is #E75711. Grayscale: #848484. Windows color (decimal): -15161106 or 15640600. OLE color: 15640600.

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

Color convert

RGB 24 168 238 -
CMYK 0.90 0.29 0 0.07
HSL 199.63º 0.86% 0.51% -
HSV(B) 199.63º 0.9% 0.93% -
XYZ 29.81 34.37 85.95 -
YUV 132.92 187.29 50.31 -
System Red Green Blue C M Y K H S L
Decimal 24 168 238 0.90 0.29 0 0.07 199.63 0.86 0.51
Hex 18 A8 EE 5A 1D 0 7 C8 56 33
Octal 30 250 356 132 35 0 7 310 126 63
Binary 11000 10101000 11101110 1011010 11101 0 111 11001000 1010110 110011

Color Harmonies of #18A8EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A8EE

Black with #18A8EE

Text Example


Text Example

White with #18A8EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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