Html Css Color HEX #150EEA Blue

📋 copy color: '#150EEA'

red 21 ◦ green 14 ◦ blue 234

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

Shades of Blue #150EEA

Tints of Blue #150EEA

RGB

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

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

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

R = 7.81%
G = 5.2%
B = 86.99%

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

#150EEA (or 0x150EEA) is known color: Blue. HEX triplet: 15, 0E and EA. RGB value is (21,14,234). Sum of RGB (Red+Green+Blue) = 21+14+234=269 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.81% from 269); Green value is 14 (5.86% from 255 or 5.20% from 269); Blue value is 234 (91.80% from 255 or 86.99% from 269); Max value from RGB is 234 - color contains mainly: blue. Hex color #150EEA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #150EEA is #EAF115. Grayscale: #282828. Windows color (decimal): -15397142 or 15339029. OLE color: 15339029.

HSL color Cylindrical-coordinate representation of color #150EEA: hue angle of 241.91º 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 #150EEA is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 21 14 234 -
CMYK 0.91 0.94 0 0.08
HSL 241.91º 0.89% 0.49% -
HSV(B) 241.91º 0.94% 0.92% -
XYZ 15.32 6.41 78.27 -
YUV 41.17 236.82 113.61 -
System Red Green Blue C M Y K H S L
Decimal 21 14 234 0.91 0.94 0 0.08 241.91 0.89 0.49
Hex 15 E EA 5B 5E 0 8 F2 59 31
Octal 25 16 352 133 136 0 10 362 131 61
Binary 10101 1110 11101010 1011011 1011110 0 1000 11110010 1011001 110001

Color Harmonies of #150EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150EEA

Black with #150EEA

Text Example


Text Example

White with #150EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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