Html Css Color HEX #18A7EE Dodger Blue

📋 copy color: '#18A7EE'

red 24 ◦ green 167 ◦ blue 238

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

Shades of Dodger Blue #18A7EE

Tints of Dodger Blue #18A7EE

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.93%

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

R = 5.59%
G = 38.93%
B = 55.48%

CMYK

 C value IS 0.90

 M value IS 0.30

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#18A7EE (or 0x18A7EE) is known color: Dodger Blue. HEX triplet: 18, A7 and EE. RGB value is (24,167,238). Sum of RGB (Red+Green+Blue) = 24+167+238=429 (56% of max value = 765). Red value is 24 (9.77% from 255 or 5.59% from 429); Green value is 167 (65.62% from 255 or 38.93% from 429); Blue value is 238 (93.36% from 255 or 55.48% from 429); Max value from RGB is 238 - color contains mainly: blue. Hex color #18A7EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18A7EE is #E75811. Grayscale: #838383. Windows color (decimal): -15161362 or 15640344. OLE color: 15640344.

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

Color convert

RGB 24 167 238 -
CMYK 0.90 0.30 0 0.07
HSL 199.91º 0.86% 0.51% -
HSV(B) 199.91º 0.9% 0.93% -
XYZ 29.63 34 85.89 -
YUV 132.34 187.62 50.73 -
System Red Green Blue C M Y K H S L
Decimal 24 167 238 0.90 0.30 0 0.07 199.91 0.86 0.51
Hex 18 A7 EE 5A 1E 0 7 C8 56 33
Octal 30 247 356 132 36 0 7 310 126 63
Binary 11000 10100111 11101110 1011010 11110 0 111 11001000 1010110 110011

Color Harmonies of #18A7EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A7EE

Black with #18A7EE

Text Example


Text Example

White with #18A7EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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