Html Css Color HEX #1514BB Medium Blue

📋 copy color: '#1514BB'

red 21 ◦ green 20 ◦ blue 187

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

Shades of Medium Blue #1514BB

Tints of Medium Blue #1514BB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.77%

 BLUE value IS 187 (73.44% from 255) = 82.02%

R = 9.21%
G = 8.77%
B = 82.02%

CMYK

 C value IS 0.89

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1514BB (or 0x1514BB) is known color: Medium Blue. HEX triplet: 15, 14 and BB. RGB value is (21,20,187). Sum of RGB (Red+Green+Blue) = 21+20+187=228 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.21% from 228); Green value is 20 (8.20% from 255 or 8.77% from 228); Blue value is 187 (73.44% from 255 or 82.02% from 228); Max value from RGB is 187 - color contains mainly: blue. Hex color #1514BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1514BB is #EAEB44. Grayscale: #262626. Windows color (decimal): -15395653 or 12260373. OLE color: 12260373.

HSL color Cylindrical-coordinate representation of color #1514BB: hue angle of 240.36º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1514BB is Cyan = 0.89, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 21 20 187 -
CMYK 0.89 0.89 0 0.27
HSL 240.36º 0.81% 0.41% -
HSV(B) 240.36º 0.89% 0.73% -
XYZ 9.53 4.25 47.33 -
YUV 39.34 211.33 114.92 -
System Red Green Blue C M Y K H S L
Decimal 21 20 187 0.89 0.89 0 0.27 240.36 0.81 0.41
Hex 15 14 BB 59 59 0 1B F0 51 29
Octal 25 24 273 131 131 0 33 360 121 51
Binary 10101 10100 10111011 1011001 1011001 0 11011 11110000 1010001 101001

Color Harmonies of #1514BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1514BB

Black with #1514BB

Text Example


Text Example

White with #1514BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1514BB; }

 p { color: rgb(21,20,187); }

 H1.HeaderClassName
 {
   color: #1514BB;
 }
 .AnyTagClassName
 {
   color: #1514BB;
 }
</style>

background-color css

<style>
 a { background-color: #1514BB; }

 a { background-color: rgb(21,20,187); }

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

border-color css

<style>
 span { border-color: #1514BB; }

 span { border-color: rgb(21,20,187); }

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