Html Css Color HEX #150ADC Medium Blue

📋 copy color: '#150ADC'

red 21 ◦ green 10 ◦ blue 220

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

Shades of Medium Blue #150ADC

Tints of Medium Blue #150ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 87.65%

R = 8.37%
G = 3.98%
B = 87.65%

CMYK

 C value IS 0.90

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#150ADC (or 0x150ADC) is known color: Medium Blue. HEX triplet: 15, 0A and DC. RGB value is (21,10,220). Sum of RGB (Red+Green+Blue) = 21+10+220=251 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.37% from 251); Green value is 10 (4.30% from 255 or 3.98% from 251); Blue value is 220 (86.33% from 255 or 87.65% from 251); Max value from RGB is 220 - color contains mainly: blue. Hex color #150ADC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150ADC is #EAF523. Grayscale: #242424. Windows color (decimal): -15398180 or 14420501. OLE color: 14420501.

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

Color convert

RGB 21 10 220 -
CMYK 0.90 0.95 0 0.14
HSL 243.14º 0.91% 0.45% -
HSV(B) 243.14º 0.95% 0.86% -
XYZ 13.34 5.54 68.08 -
YUV 37.23 231.14 116.42 -
System Red Green Blue C M Y K H S L
Decimal 21 10 220 0.90 0.95 0 0.14 243.14 0.91 0.45
Hex 15 A DC 5A 5F 0 E F3 5B 2D
Octal 25 12 334 132 137 0 16 363 133 55
Binary 10101 1010 11011100 1011010 1011111 0 1110 11110011 1011011 101101

Color Harmonies of #150ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150ADC

Black with #150ADC

Text Example


Text Example

White with #150ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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