Html Css Color HEX #151AEE Blue

📋 copy color: '#151AEE'

red 21 ◦ green 26 ◦ blue 238

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

Shades of Blue #151AEE

Tints of Blue #151AEE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.12%

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

R = 7.37%
G = 9.12%
B = 83.51%

CMYK

 C value IS 0.91

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#151AEE (or 0x151AEE) is known color: Blue. HEX triplet: 15, 1A and EE. RGB value is (21,26,238). Sum of RGB (Red+Green+Blue) = 21+26+238=285 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.37% from 285); Green value is 26 (10.55% from 255 or 9.12% from 285); Blue value is 238 (93.36% from 255 or 83.51% from 285); Max value from RGB is 238 - color contains mainly: blue. Hex color #151AEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #151AEE is #EAE511. Grayscale: #2F2F2F. Windows color (decimal): -15394066 or 15604245. OLE color: 15604245.

HSL color Cylindrical-coordinate representation of color #151AEE: hue angle of 238.62º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #151AEE is Cyan = 0.91, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 21 26 238 -
CMYK 0.91 0.89 0 0.07
HSL 238.62º 0.86% 0.51% -
HSV(B) 238.62º 0.91% 0.93% -
XYZ 16.11 7.07 81.4 -
YUV 48.67 234.84 108.26 -
System Red Green Blue C M Y K H S L
Decimal 21 26 238 0.91 0.89 0 0.07 238.62 0.86 0.51
Hex 15 1A EE 5B 59 0 7 EF 56 33
Octal 25 32 356 133 131 0 7 357 126 63
Binary 10101 11010 11101110 1011011 1011001 0 111 11101111 1010110 110011

Color Harmonies of #151AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151AEE

Black with #151AEE

Text Example


Text Example

White with #151AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151AEE; }

 p { color: rgb(21,26,238); }

 H1.HeaderClassName
 {
   color: #151AEE;
 }
 .AnyTagClassName
 {
   color: #151AEE;
 }
</style>

background-color css

<style>
 a { background-color: #151AEE; }

 a { background-color: rgb(21,26,238); }

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

border-color css

<style>
 span { border-color: #151AEE; }

 span { border-color: rgb(21,26,238); }

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