Html Css Color HEX #151EDB Medium Blue

📋 copy color: '#151EDB'

red 21 ◦ green 30 ◦ blue 219

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

Shades of Medium Blue #151EDB

Tints of Medium Blue #151EDB

RGB

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

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

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

R = 7.78%
G = 11.11%
B = 81.11%

CMYK

 C value IS 0.90

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#151EDB (or 0x151EDB) is known color: Medium Blue. HEX triplet: 15, 1E and DB. RGB value is (21,30,219). Sum of RGB (Red+Green+Blue) = 21+30+219=270 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.78% from 270); Green value is 30 (12.11% from 255 or 11.11% from 270); Blue value is 219 (85.94% from 255 or 81.11% from 270); Max value from RGB is 219 - color contains mainly: blue. Hex color #151EDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151EDB is #EAE124. Grayscale: #303030. Windows color (decimal): -15393061 or 14360085. OLE color: 14360085.

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

Color convert

RGB 21 30 219 -
CMYK 0.90 0.86 0 0.14
HSL 237.27º 0.83% 0.47% -
HSV(B) 237.27º 0.9% 0.86% -
XYZ 13.56 6.2 67.5 -
YUV 48.86 224.02 108.13 -
System Red Green Blue C M Y K H S L
Decimal 21 30 219 0.90 0.86 0 0.14 237.27 0.83 0.47
Hex 15 1E DB 5A 56 0 E ED 52 2F
Octal 25 36 333 132 126 0 16 355 122 57
Binary 10101 11110 11011011 1011010 1010110 0 1110 11101101 1010010 101111

Color Harmonies of #151EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151EDB

Black with #151EDB

Text Example


Text Example

White with #151EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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