Html Css Color HEX #150CE0 Medium Blue

📋 copy color: '#150CE0'

red 21 ◦ green 12 ◦ blue 224

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

Shades of Medium Blue #150CE0

Tints of Medium Blue #150CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 87.16%

R = 8.17%
G = 4.67%
B = 87.16%

CMYK

 C value IS 0.91

 M value IS 0.95

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#150CE0 (or 0x150CE0) is known color: Medium Blue. HEX triplet: 15, 0C and E0. RGB value is (21,12,224). Sum of RGB (Red+Green+Blue) = 21+12+224=257 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.17% from 257); Green value is 12 (5.08% from 255 or 4.67% from 257); Blue value is 224 (87.89% from 255 or 87.16% from 257); Max value from RGB is 224 - color contains mainly: blue. Hex color #150CE0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150CE0 is #EAF31F. Grayscale: #262626. Windows color (decimal): -15397664 or 14683157. OLE color: 14683157.

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

Color convert

RGB 21 12 224 -
CMYK 0.91 0.95 0 0.12
HSL 242.55º 0.9% 0.46% -
HSV(B) 242.55º 0.95% 0.88% -
XYZ 13.9 5.8 70.91 -
YUV 38.86 232.48 115.26 -
System Red Green Blue C M Y K H S L
Decimal 21 12 224 0.91 0.95 0 0.12 242.55 0.9 0.46
Hex 15 C E0 5B 5F 0 C F3 5A 2E
Octal 25 14 340 133 137 0 14 363 132 56
Binary 10101 1100 11100000 1011011 1011111 0 1100 11110011 1011010 101110

Color Harmonies of #150CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150CE0

Black with #150CE0

Text Example


Text Example

White with #150CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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