Html Css Color HEX #1518EA Blue

📋 copy color: '#1518EA'

red 21 ◦ green 24 ◦ blue 234

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

Shades of Blue #1518EA

Tints of Blue #1518EA

RGB

 RED value IS 21 (8.59% from 255) = 7.53%

 GREEN value IS 24 (9.77% from 255) = 8.6%

 BLUE value IS 234 (91.8% from 255) = 83.87%

R = 7.53%
G = 8.6%
B = 83.87%

CMYK

 C value IS 0.91

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1518EA (or 0x1518EA) is known color: Blue. HEX triplet: 15, 18 and EA. RGB value is (21,24,234). Sum of RGB (Red+Green+Blue) = 21+24+234=279 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.53% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 234 (91.80% from 255 or 83.87% from 279); Max value from RGB is 234 - color contains mainly: blue. Hex color #1518EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1518EA is #EAE715. Grayscale: #2E2E2E. Windows color (decimal): -15394582 or 15341589. OLE color: 15341589.

HSL color Cylindrical-coordinate representation of color #1518EA: hue angle of 239.15º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1518EA is Cyan = 0.91, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 21 24 234 -
CMYK 0.91 0.90 0 0.08
HSL 239.15º 0.84% 0.5% -
HSV(B) 239.15º 0.91% 0.92% -
XYZ 15.49 6.75 78.33 -
YUV 47.04 233.51 109.42 -
System Red Green Blue C M Y K H S L
Decimal 21 24 234 0.91 0.90 0 0.08 239.15 0.84 0.5
Hex 15 18 EA 5B 5A 0 8 EF 54 32
Octal 25 30 352 133 132 0 10 357 124 62
Binary 10101 11000 11101010 1011011 1011010 0 1000 11101111 1010100 110010

Color Harmonies of #1518EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1518EA

Black with #1518EA

Text Example


Text Example

White with #1518EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1518EA; }

 p { color: rgb(21,24,234); }

 H1.HeaderClassName
 {
   color: #1518EA;
 }
 .AnyTagClassName
 {
   color: #1518EA;
 }
</style>

background-color css

<style>
 a { background-color: #1518EA; }

 a { background-color: rgb(21,24,234); }

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

border-color css

<style>
 span { border-color: #1518EA; }

 span { border-color: rgb(21,24,234); }

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