Html Css Color HEX #141BE0 Medium Blue

📋 copy color: '#141BE0'

red 20 ◦ green 27 ◦ blue 224

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

Shades of Medium Blue #141BE0

Tints of Medium Blue #141BE0

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.96%

 BLUE value IS 224 (87.89% from 255) = 82.66%

R = 7.38%
G = 9.96%
B = 82.66%

CMYK

 C value IS 0.91

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#141BE0 (or 0x141BE0) is known color: Medium Blue. HEX triplet: 14, 1B and E0. RGB value is (20,27,224). Sum of RGB (Red+Green+Blue) = 20+27+224=271 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.38% from 271); Green value is 27 (10.94% from 255 or 9.96% from 271); Blue value is 224 (87.89% from 255 or 82.66% from 271); Max value from RGB is 224 - color contains mainly: blue. Hex color #141BE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141BE0 is #EBE41F. Grayscale: #2E2E2E. Windows color (decimal): -15459360 or 14686996. OLE color: 14686996.

HSL color Cylindrical-coordinate representation of color #141BE0: hue angle of 237.94º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #141BE0 is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 20 27 224 -
CMYK 0.91 0.88 0 0.12
HSL 237.94º 0.84% 0.48% -
HSV(B) 237.94º 0.91% 0.88% -
XYZ 14.13 6.31 70.99 -
YUV 47.37 227.68 108.48 -
System Red Green Blue C M Y K H S L
Decimal 20 27 224 0.91 0.88 0 0.12 237.94 0.84 0.48
Hex 14 1B E0 5B 58 0 C EE 54 30
Octal 24 33 340 133 130 0 14 356 124 60
Binary 10100 11011 11100000 1011011 1011000 0 1100 11101110 1010100 110000

Color Harmonies of #141BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141BE0

Black with #141BE0

Text Example


Text Example

White with #141BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141BE0; }

 p { color: rgb(20,27,224); }

 H1.HeaderClassName
 {
   color: #141BE0;
 }
 .AnyTagClassName
 {
   color: #141BE0;
 }
</style>

background-color css

<style>
 a { background-color: #141BE0; }

 a { background-color: rgb(20,27,224); }

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

border-color css

<style>
 span { border-color: #141BE0; }

 span { border-color: rgb(20,27,224); }

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