Html Css Color HEX #150BDC Medium Blue

📋 copy color: '#150BDC'

red 21 ◦ green 11 ◦ blue 220

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

Shades of Medium Blue #150BDC

Tints of Medium Blue #150BDC

RGB

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

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

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

R = 8.33%
G = 4.37%
B = 87.3%

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

#150BDC (or 0x150BDC) is known color: Medium Blue. HEX triplet: 15, 0B and DC. RGB value is (21,11,220). Sum of RGB (Red+Green+Blue) = 21+11+220=252 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.33% from 252); Green value is 11 (4.69% from 255 or 4.37% from 252); Blue value is 220 (86.33% from 255 or 87.30% from 252); Max value from RGB is 220 - color contains mainly: blue. Hex color #150BDC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150BDC is #EAF423. Grayscale: #242424. Windows color (decimal): -15397924 or 14420757. OLE color: 14420757.

HSL color Cylindrical-coordinate representation of color #150BDC: hue angle of 242.87º degrees, saturation: 0.9, 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 #150BDC is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 21 11 220 -
CMYK 0.90 0.95 0 0.14
HSL 242.87º 0.9% 0.45% -
HSV(B) 242.87º 0.95% 0.86% -
XYZ 13.35 5.57 68.08 -
YUV 37.82 230.81 116.01 -
System Red Green Blue C M Y K H S L
Decimal 21 11 220 0.90 0.95 0 0.14 242.87 0.9 0.45
Hex 15 B DC 5A 5F 0 E F3 5A 2D
Octal 25 13 334 132 137 0 16 363 132 55
Binary 10101 1011 11011100 1011010 1011111 0 1110 11110011 1011010 101101

Color Harmonies of #150BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150BDC

Black with #150BDC

Text Example


Text Example

White with #150BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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