Html Css Color HEX #150AE1 Medium Blue

📋 copy color: '#150AE1'

red 21 ◦ green 10 ◦ blue 225

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

Shades of Medium Blue #150AE1

Tints of Medium Blue #150AE1

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.91%

 BLUE value IS 225 (88.28% from 255) = 87.89%

R = 8.2%
G = 3.91%
B = 87.89%

CMYK

 C value IS 0.91

 M value IS 0.96

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#150AE1 (or 0x150AE1) is known color: Medium Blue. HEX triplet: 15, 0A and E1. RGB value is (21,10,225). Sum of RGB (Red+Green+Blue) = 21+10+225=256 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.20% from 256); Green value is 10 (4.30% from 255 or 3.91% from 256); Blue value is 225 (88.28% from 255 or 87.89% from 256); Max value from RGB is 225 - color contains mainly: blue. Hex color #150AE1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150AE1 is #EAF51E. Grayscale: #242424. Windows color (decimal): -15398175 or 14748181. OLE color: 14748181.

HSL color Cylindrical-coordinate representation of color #150AE1: hue angle of 243.07º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #150AE1 is Cyan = 0.91, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 21 10 225 -
CMYK 0.91 0.96 0 0.12
HSL 243.07º 0.91% 0.46% -
HSV(B) 243.07º 0.96% 0.88% -
XYZ 14.01 5.81 71.62 -
YUV 37.8 233.64 116.02 -
System Red Green Blue C M Y K H S L
Decimal 21 10 225 0.91 0.96 0 0.12 243.07 0.91 0.46
Hex 15 A E1 5B 60 0 C F3 5B 2E
Octal 25 12 341 133 140 0 14 363 133 56
Binary 10101 1010 11100001 1011011 1100000 0 1100 11110011 1011011 101110

Color Harmonies of #150AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150AE1

Black with #150AE1

Text Example


Text Example

White with #150AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,10,225); }

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

background-color css

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

 a { background-color: rgb(21,10,225); }

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

border-color css

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

 span { border-color: rgb(21,10,225); }

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