Html Css Color HEX #1401BD Medium Blue

📋 copy color: '#1401BD'

red 20 ◦ green 1 ◦ blue 189

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

Shades of Medium Blue #1401BD

Tints of Medium Blue #1401BD

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.48%

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

R = 9.52%
G = 0.48%
B = 90%

CMYK

 C value IS 0.89

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1401BD (or 0x1401BD) is known color: Medium Blue. HEX triplet: 14, 01 and BD. RGB value is (20,1,189). Sum of RGB (Red+Green+Blue) = 20+1+189=210 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.52% from 210); Green value is 1 (0.78% from 255 or 0.48% from 210); Blue value is 189 (74.22% from 255 or 90% from 210); Max value from RGB is 189 - color contains mainly: blue. Hex color #1401BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1401BD is #EBFE42. Grayscale: #1B1B1B. Windows color (decimal): -15466051 or 12386580. OLE color: 12386580.

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

Color convert

RGB 20 1 189 -
CMYK 0.89 0.99 0 0.26
HSL 246.06º 0.99% 0.37% -
HSV(B) 246.06º 0.99% 0.74% -
XYZ 9.48 3.84 48.39 -
YUV 28.11 218.79 122.21 -
System Red Green Blue C M Y K H S L
Decimal 20 1 189 0.89 0.99 0 0.26 246.06 0.99 0.37
Hex 14 1 BD 59 63 0 1A F6 63 25
Octal 24 1 275 131 143 0 32 366 143 45
Binary 10100 1 10111101 1011001 1100011 0 11010 11110110 1100011 100101

Color Harmonies of #1401BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1401BD

Black with #1401BD

Text Example


Text Example

White with #1401BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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