Html Css Color HEX #1407BD Medium Blue

📋 copy color: '#1407BD'

red 20 ◦ green 7 ◦ blue 189

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

Shades of Medium Blue #1407BD

Tints of Medium Blue #1407BD

RGB

 RED value IS 20 (8.2% from 255) = 9.26%

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

 BLUE value IS 189 (74.22% from 255) = 87.5%

R = 9.26%
G = 3.24%
B = 87.5%

CMYK

 C value IS 0.89

 M value IS 0.96

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1407BD (or 0x1407BD) is known color: Medium Blue. HEX triplet: 14, 07 and BD. RGB value is (20,7,189). Sum of RGB (Red+Green+Blue) = 20+7+189=216 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.26% from 216); Green value is 7 (3.12% from 255 or 3.24% from 216); Blue value is 189 (74.22% from 255 or 87.5% from 216); Max value from RGB is 189 - color contains mainly: blue. Hex color #1407BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1407BD is #EBF842. Grayscale: #1E1E1E. Windows color (decimal): -15464515 or 12388116. OLE color: 12388116.

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

Color convert

RGB 20 7 189 -
CMYK 0.89 0.96 0 0.26
HSL 244.29º 0.93% 0.38% -
HSV(B) 244.29º 0.96% 0.74% -
XYZ 9.55 3.97 48.41 -
YUV 31.64 216.81 119.7 -
System Red Green Blue C M Y K H S L
Decimal 20 7 189 0.89 0.96 0 0.26 244.29 0.93 0.38
Hex 14 7 BD 59 60 0 1A F4 5D 26
Octal 24 7 275 131 140 0 32 364 135 46
Binary 10100 111 10111101 1011001 1100000 0 11010 11110100 1011101 100110

Color Harmonies of #1407BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1407BD

Black with #1407BD

Text Example


Text Example

White with #1407BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1407BD; }

 p { color: rgb(20,7,189); }

 H1.HeaderClassName
 {
   color: #1407BD;
 }
 .AnyTagClassName
 {
   color: #1407BD;
 }
</style>

background-color css

<style>
 a { background-color: #1407BD; }

 a { background-color: rgb(20,7,189); }

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

border-color css

<style>
 span { border-color: #1407BD; }

 span { border-color: rgb(20,7,189); }

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