Html Css Color HEX #150BD7 Medium Blue

📋 copy color: '#150BD7'

red 21 ◦ green 11 ◦ blue 215

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

Shades of Medium Blue #150BD7

Tints of Medium Blue #150BD7

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.45%

 BLUE value IS 215 (84.38% from 255) = 87.04%

R = 8.5%
G = 4.45%
B = 87.04%

CMYK

 C value IS 0.90

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#150BD7 (or 0x150BD7) is known color: Medium Blue. HEX triplet: 15, 0B and D7. RGB value is (21,11,215). Sum of RGB (Red+Green+Blue) = 21+11+215=247 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.50% from 247); Green value is 11 (4.69% from 255 or 4.45% from 247); Blue value is 215 (84.38% from 255 or 87.04% from 247); Max value from RGB is 215 - color contains mainly: blue. Hex color #150BD7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150BD7 is #EAF428. Grayscale: #242424. Windows color (decimal): -15397929 or 14093077. OLE color: 14093077.

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

Color convert

RGB 21 11 215 -
CMYK 0.90 0.95 0 0.16
HSL 242.94º 0.9% 0.44% -
HSV(B) 242.94º 0.95% 0.84% -
XYZ 12.69 5.31 64.64 -
YUV 37.25 228.31 116.41 -
System Red Green Blue C M Y K H S L
Decimal 21 11 215 0.90 0.95 0 0.16 242.94 0.9 0.44
Hex 15 B D7 5A 5F 0 10 F3 5A 2C
Octal 25 13 327 132 137 0 20 363 132 54
Binary 10101 1011 11010111 1011010 1011111 0 10000 11110011 1011010 101100

Color Harmonies of #150BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150BD7

Black with #150BD7

Text Example


Text Example

White with #150BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,11,215); }

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

background-color css

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

 a { background-color: rgb(21,11,215); }

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

border-color css

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

 span { border-color: rgb(21,11,215); }

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