Html Css Color HEX #150ACE Medium Blue

📋 copy color: '#150ACE'

red 21 ◦ green 10 ◦ blue 206

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

Shades of Medium Blue #150ACE

Tints of Medium Blue #150ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 86.92%

R = 8.86%
G = 4.22%
B = 86.92%

CMYK

 C value IS 0.90

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#150ACE (or 0x150ACE) is known color: Medium Blue. HEX triplet: 15, 0A and CE. RGB value is (21,10,206). Sum of RGB (Red+Green+Blue) = 21+10+206=237 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.86% from 237); Green value is 10 (4.30% from 255 or 4.22% from 237); Blue value is 206 (80.86% from 255 or 86.92% from 237); Max value from RGB is 206 - color contains mainly: blue. Hex color #150ACE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150ACE is #EAF531. Grayscale: #222222. Windows color (decimal): -15398194 or 13502997. OLE color: 13502997.

HSL color Cylindrical-coordinate representation of color #150ACE: hue angle of 243.37º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #150ACE is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 21 10 206 -
CMYK 0.90 0.95 0 0.19
HSL 243.37º 0.91% 0.42% -
HSV(B) 243.37º 0.95% 0.81% -
XYZ 11.56 4.83 58.72 -
YUV 35.63 224.14 117.56 -
System Red Green Blue C M Y K H S L
Decimal 21 10 206 0.90 0.95 0 0.19 243.37 0.91 0.42
Hex 15 A CE 5A 5F 0 13 F3 5B 2A
Octal 25 12 316 132 137 0 23 363 133 52
Binary 10101 1010 11001110 1011010 1011111 0 10011 11110011 1011011 101010

Color Harmonies of #150ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150ACE

Black with #150ACE

Text Example


Text Example

White with #150ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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