Html Css Color HEX #1507BB Medium Blue

📋 copy color: '#1507BB'

red 21 ◦ green 7 ◦ blue 187

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

Shades of Medium Blue #1507BB

Tints of Medium Blue #1507BB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.26%

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

R = 9.77%
G = 3.26%
B = 86.98%

CMYK

 C value IS 0.89

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1507BB (or 0x1507BB) is known color: Medium Blue. HEX triplet: 15, 07 and BB. RGB value is (21,7,187). Sum of RGB (Red+Green+Blue) = 21+7+187=215 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.77% from 215); Green value is 7 (3.12% from 255 or 3.26% from 215); Blue value is 187 (73.44% from 255 or 86.98% from 215); Max value from RGB is 187 - color contains mainly: blue. Hex color #1507BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1507BB is #EAF844. Grayscale: #1F1F1F. Windows color (decimal): -15398981 or 12257045. OLE color: 12257045.

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

Color convert

RGB 21 7 187 -
CMYK 0.89 0.96 0 0.27
HSL 244.67º 0.93% 0.38% -
HSV(B) 244.67º 0.96% 0.73% -
XYZ 9.35 3.9 47.27 -
YUV 31.71 215.64 120.36 -
System Red Green Blue C M Y K H S L
Decimal 21 7 187 0.89 0.96 0 0.27 244.67 0.93 0.38
Hex 15 7 BB 59 60 0 1B F5 5D 26
Octal 25 7 273 131 140 0 33 365 135 46
Binary 10101 111 10111011 1011001 1100000 0 11011 11110101 1011101 100110

Color Harmonies of #1507BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1507BB

Black with #1507BB

Text Example


Text Example

White with #1507BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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