Html Css Color HEX #151ED5 Medium Blue

📋 copy color: '#151ED5'

red 21 ◦ green 30 ◦ blue 213

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

Shades of Medium Blue #151ED5

Tints of Medium Blue #151ED5

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.36%

 BLUE value IS 213 (83.59% from 255) = 80.68%

R = 7.95%
G = 11.36%
B = 80.68%

CMYK

 C value IS 0.90

 M value IS 0.86

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#151ED5 (or 0x151ED5) is known color: Medium Blue. HEX triplet: 15, 1E and D5. RGB value is (21,30,213). Sum of RGB (Red+Green+Blue) = 21+30+213=264 (34% of max value = 765). Red value is 21 (8.59% from 255 or 7.95% from 264); Green value is 30 (12.11% from 255 or 11.36% from 264); Blue value is 213 (83.59% from 255 or 80.68% from 264); Max value from RGB is 213 - color contains mainly: blue. Hex color #151ED5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151ED5 is #EAE12A. Grayscale: #2F2F2F. Windows color (decimal): -15393067 or 13966869. OLE color: 13966869.

HSL color Cylindrical-coordinate representation of color #151ED5: hue angle of 237.19º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #151ED5 is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 21 30 213 -
CMYK 0.90 0.86 0 0.16
HSL 237.19º 0.82% 0.46% -
HSV(B) 237.19º 0.9% 0.84% -
XYZ 12.78 5.89 63.41 -
YUV 48.17 221.02 108.62 -
System Red Green Blue C M Y K H S L
Decimal 21 30 213 0.90 0.86 0 0.16 237.19 0.82 0.46
Hex 15 1E D5 5A 56 0 10 ED 52 2E
Octal 25 36 325 132 126 0 20 355 122 56
Binary 10101 11110 11010101 1011010 1010110 0 10000 11101101 1010010 101110

Color Harmonies of #151ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151ED5

Black with #151ED5

Text Example


Text Example

White with #151ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151ED5; }

 p { color: rgb(21,30,213); }

 H1.HeaderClassName
 {
   color: #151ED5;
 }
 .AnyTagClassName
 {
   color: #151ED5;
 }
</style>

background-color css

<style>
 a { background-color: #151ED5; }

 a { background-color: rgb(21,30,213); }

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

border-color css

<style>
 span { border-color: #151ED5; }

 span { border-color: rgb(21,30,213); }

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