Html Css Color HEX #150CD6 Medium Blue

📋 copy color: '#150CD6'

red 21 ◦ green 12 ◦ blue 214

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

Shades of Medium Blue #150CD6

Tints of Medium Blue #150CD6

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.86%

 BLUE value IS 214 (83.98% from 255) = 86.64%

R = 8.5%
G = 4.86%
B = 86.64%

CMYK

 C value IS 0.90

 M value IS 0.94

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#150CD6 (or 0x150CD6) is known color: Medium Blue. HEX triplet: 15, 0C and D6. RGB value is (21,12,214). Sum of RGB (Red+Green+Blue) = 21+12+214=247 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.50% from 247); Green value is 12 (5.08% from 255 or 4.86% from 247); Blue value is 214 (83.98% from 255 or 86.64% from 247); Max value from RGB is 214 - color contains mainly: blue. Hex color #150CD6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150CD6 is #EAF329. Grayscale: #242424. Windows color (decimal): -15397674 or 14027797. OLE color: 14027797.

HSL color Cylindrical-coordinate representation of color #150CD6: hue angle of 242.67º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #150CD6 is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 21 12 214 -
CMYK 0.90 0.94 0 0.16
HSL 242.67º 0.89% 0.44% -
HSV(B) 242.67º 0.94% 0.84% -
XYZ 12.58 5.28 63.97 -
YUV 37.72 227.48 116.07 -
System Red Green Blue C M Y K H S L
Decimal 21 12 214 0.90 0.94 0 0.16 242.67 0.89 0.44
Hex 15 C D6 5A 5E 0 10 F3 59 2C
Octal 25 14 326 132 136 0 20 363 131 54
Binary 10101 1100 11010110 1011010 1011110 0 10000 11110011 1011001 101100

Color Harmonies of #150CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150CD6

Black with #150CD6

Text Example


Text Example

White with #150CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,12,214); }

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

background-color css

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

 a { background-color: rgb(21,12,214); }

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

border-color css

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

 span { border-color: rgb(21,12,214); }

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