Html Css Color HEX #150ADD Medium Blue

📋 copy color: '#150ADD'

red 21 ◦ green 10 ◦ blue 221

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

Shades of Medium Blue #150ADD

Tints of Medium Blue #150ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 87.7%

R = 8.33%
G = 3.97%
B = 87.7%

CMYK

 C value IS 0.90

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#150ADD (or 0x150ADD) is known color: Medium Blue. HEX triplet: 15, 0A and DD. RGB value is (21,10,221). Sum of RGB (Red+Green+Blue) = 21+10+221=252 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.33% from 252); Green value is 10 (4.30% from 255 or 3.97% from 252); Blue value is 221 (86.72% from 255 or 87.70% from 252); Max value from RGB is 221 - color contains mainly: blue. Hex color #150ADD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150ADD is #EAF522. Grayscale: #242424. Windows color (decimal): -15398179 or 14486037. OLE color: 14486037.

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

Color convert

RGB 21 10 221 -
CMYK 0.90 0.95 0 0.13
HSL 243.13º 0.91% 0.45% -
HSV(B) 243.13º 0.95% 0.87% -
XYZ 13.47 5.6 68.78 -
YUV 37.34 231.64 116.34 -
System Red Green Blue C M Y K H S L
Decimal 21 10 221 0.90 0.95 0 0.13 243.13 0.91 0.45
Hex 15 A DD 5A 5F 0 D F3 5B 2D
Octal 25 12 335 132 137 0 15 363 133 55
Binary 10101 1010 11011101 1011010 1011111 0 1101 11110011 1011011 101101

Color Harmonies of #150ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150ADD

Black with #150ADD

Text Example


Text Example

White with #150ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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