Html Css Color HEX #1404BB Medium Blue

📋 copy color: '#1404BB'

red 20 ◦ green 4 ◦ blue 187

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

Shades of Medium Blue #1404BB

Tints of Medium Blue #1404BB

RGB

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

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

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

R = 9.48%
G = 1.9%
B = 88.63%

CMYK

 C value IS 0.89

 M value IS 0.98

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1404BB (or 0x1404BB) is known color: Medium Blue. HEX triplet: 14, 04 and BB. RGB value is (20,4,187). Sum of RGB (Red+Green+Blue) = 20+4+187=211 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.48% from 211); Green value is 4 (1.95% from 255 or 1.90% from 211); Blue value is 187 (73.44% from 255 or 88.63% from 211); Max value from RGB is 187 - color contains mainly: blue. Hex color #1404BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1404BB is #EBFB44. Grayscale: #1C1C1C. Windows color (decimal): -15465285 or 12256276. OLE color: 12256276.

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

Color convert

RGB 20 4 187 -
CMYK 0.89 0.98 0 0.27
HSL 245.25º 0.96% 0.37% -
HSV(B) 245.25º 0.98% 0.73% -
XYZ 9.3 3.82 47.26 -
YUV 29.65 216.8 121.12 -
System Red Green Blue C M Y K H S L
Decimal 20 4 187 0.89 0.98 0 0.27 245.25 0.96 0.37
Hex 14 4 BB 59 62 0 1B F5 60 25
Octal 24 4 273 131 142 0 33 365 140 45
Binary 10100 100 10111011 1011001 1100010 0 11011 11110101 1100000 100101

Color Harmonies of #1404BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1404BB

Black with #1404BB

Text Example


Text Example

White with #1404BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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