Html Css Color HEX #150ECE Medium Blue

📋 copy color: '#150ECE'

red 21 ◦ green 14 ◦ blue 206

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

Shades of Medium Blue #150ECE

Tints of Medium Blue #150ECE

RGB

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

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

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

R = 8.71%
G = 5.81%
B = 85.48%

CMYK

 C value IS 0.90

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#150ECE (or 0x150ECE) is known color: Medium Blue. HEX triplet: 15, 0E and CE. RGB value is (21,14,206). Sum of RGB (Red+Green+Blue) = 21+14+206=241 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.71% from 241); Green value is 14 (5.86% from 255 or 5.81% from 241); Blue value is 206 (80.86% from 255 or 85.48% from 241); Max value from RGB is 206 - color contains mainly: blue. Hex color #150ECE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150ECE is #EAF131. Grayscale: #252525. Windows color (decimal): -15397170 or 13504021. OLE color: 13504021.

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

Color convert

RGB 21 14 206 -
CMYK 0.90 0.93 0 0.19
HSL 242.19º 0.87% 0.43% -
HSV(B) 242.19º 0.93% 0.81% -
XYZ 11.61 4.93 58.73 -
YUV 37.98 222.82 115.89 -
System Red Green Blue C M Y K H S L
Decimal 21 14 206 0.90 0.93 0 0.19 242.19 0.87 0.43
Hex 15 E CE 5A 5D 0 13 F2 57 2B
Octal 25 16 316 132 135 0 23 362 127 53
Binary 10101 1110 11001110 1011010 1011101 0 10011 11110010 1010111 101011

Color Harmonies of #150ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150ECE

Black with #150ECE

Text Example


Text Example

White with #150ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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