Html Css Color HEX #150AD8 Medium Blue

📋 copy color: '#150AD8'

red 21 ◦ green 10 ◦ blue 216

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

Shades of Medium Blue #150AD8

Tints of Medium Blue #150AD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 87.45%

R = 8.5%
G = 4.05%
B = 87.45%

CMYK

 C value IS 0.90

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#150AD8 (or 0x150AD8) is known color: Medium Blue. HEX triplet: 15, 0A and D8. RGB value is (21,10,216). Sum of RGB (Red+Green+Blue) = 21+10+216=247 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.50% from 247); Green value is 10 (4.30% from 255 or 4.05% from 247); Blue value is 216 (84.77% from 255 or 87.45% from 247); Max value from RGB is 216 - color contains mainly: blue. Hex color #150AD8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150AD8 is #EAF527. Grayscale: #232323. Windows color (decimal): -15398184 or 14158357. OLE color: 14158357.

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

Color convert

RGB 21 10 216 -
CMYK 0.90 0.95 0 0.15
HSL 243.2º 0.91% 0.44% -
HSV(B) 243.2º 0.95% 0.85% -
XYZ 12.81 5.33 65.32 -
YUV 36.77 229.14 116.75 -
System Red Green Blue C M Y K H S L
Decimal 21 10 216 0.90 0.95 0 0.15 243.2 0.91 0.44
Hex 15 A D8 5A 5F 0 F F3 5B 2C
Octal 25 12 330 132 137 0 17 363 133 54
Binary 10101 1010 11011000 1011010 1011111 0 1111 11110011 1011011 101100

Color Harmonies of #150AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150AD8

Black with #150AD8

Text Example


Text Example

White with #150AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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