Html Css Color HEX #150EDB Medium Blue

📋 copy color: '#150EDB'

red 21 ◦ green 14 ◦ blue 219

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

Shades of Medium Blue #150EDB

Tints of Medium Blue #150EDB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.51%

 BLUE value IS 219 (85.94% from 255) = 86.22%

R = 8.27%
G = 5.51%
B = 86.22%

CMYK

 C value IS 0.90

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#150EDB (or 0x150EDB) is known color: Medium Blue. HEX triplet: 15, 0E and DB. RGB value is (21,14,219). Sum of RGB (Red+Green+Blue) = 21+14+219=254 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.27% from 254); Green value is 14 (5.86% from 255 or 5.51% from 254); Blue value is 219 (85.94% from 255 or 86.22% from 254); Max value from RGB is 219 - color contains mainly: blue. Hex color #150EDB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150EDB is #EAF124. Grayscale: #262626. Windows color (decimal): -15397157 or 14355989. OLE color: 14355989.

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

Color convert

RGB 21 14 219 -
CMYK 0.90 0.94 0 0.14
HSL 242.05º 0.88% 0.46% -
HSV(B) 242.05º 0.94% 0.86% -
XYZ 13.25 5.59 67.4 -
YUV 39.46 229.32 114.83 -
System Red Green Blue C M Y K H S L
Decimal 21 14 219 0.90 0.94 0 0.14 242.05 0.88 0.46
Hex 15 E DB 5A 5E 0 E F2 58 2E
Octal 25 16 333 132 136 0 16 362 130 56
Binary 10101 1110 11011011 1011010 1011110 0 1110 11110010 1011000 101110

Color Harmonies of #150EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150EDB

Black with #150EDB

Text Example


Text Example

White with #150EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,14,219); }

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

background-color css

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

 a { background-color: rgb(21,14,219); }

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

border-color css

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

 span { border-color: rgb(21,14,219); }

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