Html Css Color HEX #150EEB Blue

📋 copy color: '#150EEB'

red 21 ◦ green 14 ◦ blue 235

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

Shades of Blue #150EEB

Tints of Blue #150EEB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.19%

 BLUE value IS 235 (92.19% from 255) = 87.04%

R = 7.78%
G = 5.19%
B = 87.04%

CMYK

 C value IS 0.91

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#150EEB (or 0x150EEB) is known color: Blue. HEX triplet: 15, 0E and EB. RGB value is (21,14,235). Sum of RGB (Red+Green+Blue) = 21+14+235=270 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.78% from 270); Green value is 14 (5.86% from 255 or 5.19% from 270); Blue value is 235 (92.19% from 255 or 87.04% from 270); Max value from RGB is 235 - color contains mainly: blue. Hex color #150EEB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #150EEB is #EAF114. Grayscale: #282828. Windows color (decimal): -15397141 or 15404565. OLE color: 15404565.

HSL color Cylindrical-coordinate representation of color #150EEB: hue angle of 241.9º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #150EEB is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 21 14 235 -
CMYK 0.91 0.94 0 0.08
HSL 241.9º 0.89% 0.49% -
HSV(B) 241.9º 0.94% 0.92% -
XYZ 15.46 6.47 79.03 -
YUV 41.29 237.32 113.53 -
System Red Green Blue C M Y K H S L
Decimal 21 14 235 0.91 0.94 0 0.08 241.9 0.89 0.49
Hex 15 E EB 5B 5E 0 8 F2 59 31
Octal 25 16 353 133 136 0 10 362 131 61
Binary 10101 1110 11101011 1011011 1011110 0 1000 11110010 1011001 110001

Color Harmonies of #150EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150EEB

Black with #150EEB

Text Example


Text Example

White with #150EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150EEB; }

 p { color: rgb(21,14,235); }

 H1.HeaderClassName
 {
   color: #150EEB;
 }
 .AnyTagClassName
 {
   color: #150EEB;
 }
</style>

background-color css

<style>
 a { background-color: #150EEB; }

 a { background-color: rgb(21,14,235); }

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

border-color css

<style>
 span { border-color: #150EEB; }

 span { border-color: rgb(21,14,235); }

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