Html Css Color HEX #151ED8 Medium Blue

📋 copy color: '#151ED8'

red 21 ◦ green 30 ◦ blue 216

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

Shades of Medium Blue #151ED8

Tints of Medium Blue #151ED8

RGB

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

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

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

R = 7.87%
G = 11.24%
B = 80.9%

CMYK

 C value IS 0.90

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#151ED8 (or 0x151ED8) is known color: Medium Blue. HEX triplet: 15, 1E and D8. RGB value is (21,30,216). Sum of RGB (Red+Green+Blue) = 21+30+216=267 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.87% from 267); Green value is 30 (12.11% from 255 or 11.24% from 267); Blue value is 216 (84.77% from 255 or 80.90% from 267); Max value from RGB is 216 - color contains mainly: blue. Hex color #151ED8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151ED8 is #EAE127. Grayscale: #2F2F2F. Windows color (decimal): -15393064 or 14163477. OLE color: 14163477.

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

Color convert

RGB 21 30 216 -
CMYK 0.90 0.86 0 0.15
HSL 237.23º 0.82% 0.46% -
HSV(B) 237.23º 0.9% 0.85% -
XYZ 13.17 6.05 65.44 -
YUV 48.51 222.52 108.38 -
System Red Green Blue C M Y K H S L
Decimal 21 30 216 0.90 0.86 0 0.15 237.23 0.82 0.46
Hex 15 1E D8 5A 56 0 F ED 52 2E
Octal 25 36 330 132 126 0 17 355 122 56
Binary 10101 11110 11011000 1011010 1010110 0 1111 11101101 1010010 101110

Color Harmonies of #151ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151ED8

Black with #151ED8

Text Example


Text Example

White with #151ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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