Html Css Color HEX #1504BE Medium Blue

📋 copy color: '#1504BE'

red 21 ◦ green 4 ◦ blue 190

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

Shades of Medium Blue #1504BE

Tints of Medium Blue #1504BE

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.86%

 BLUE value IS 190 (74.61% from 255) = 88.37%

R = 9.77%
G = 1.86%
B = 88.37%

CMYK

 C value IS 0.89

 M value IS 0.98

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1504BE (or 0x1504BE) is known color: Medium Blue. HEX triplet: 15, 04 and BE. RGB value is (21,4,190). Sum of RGB (Red+Green+Blue) = 21+4+190=215 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.77% from 215); Green value is 4 (1.95% from 255 or 1.86% from 215); Blue value is 190 (74.61% from 255 or 88.37% from 215); Max value from RGB is 190 - color contains mainly: blue. Hex color #1504BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1504BE is #EAFB41. Grayscale: #1D1D1D. Windows color (decimal): -15399746 or 12452885. OLE color: 12452885.

HSL color Cylindrical-coordinate representation of color #1504BE: hue angle of 245.48º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1504BE is Cyan = 0.89, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 21 4 190 -
CMYK 0.89 0.98 0 0.25
HSL 245.48º 0.96% 0.38% -
HSV(B) 245.48º 0.98% 0.75% -
XYZ 9.65 3.96 48.97 -
YUV 30.29 218.13 121.38 -
System Red Green Blue C M Y K H S L
Decimal 21 4 190 0.89 0.98 0 0.25 245.48 0.96 0.38
Hex 15 4 BE 59 62 0 19 F5 60 26
Octal 25 4 276 131 142 0 31 365 140 46
Binary 10101 100 10111110 1011001 1100010 0 11001 11110101 1100000 100110

Color Harmonies of #1504BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1504BE

Black with #1504BE

Text Example


Text Example

White with #1504BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1504BE; }

 p { color: rgb(21,4,190); }

 H1.HeaderClassName
 {
   color: #1504BE;
 }
 .AnyTagClassName
 {
   color: #1504BE;
 }
</style>

background-color css

<style>
 a { background-color: #1504BE; }

 a { background-color: rgb(21,4,190); }

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

border-color css

<style>
 span { border-color: #1504BE; }

 span { border-color: rgb(21,4,190); }

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