Html Css Color HEX #141CDB Medium Blue

📋 copy color: '#141CDB'

red 20 ◦ green 28 ◦ blue 219

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

Shades of Medium Blue #141CDB

Tints of Medium Blue #141CDB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.49%

 BLUE value IS 219 (85.94% from 255) = 82.02%

R = 7.49%
G = 10.49%
B = 82.02%

CMYK

 C value IS 0.91

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#141CDB (or 0x141CDB) is known color: Medium Blue. HEX triplet: 14, 1C and DB. RGB value is (20,28,219). Sum of RGB (Red+Green+Blue) = 20+28+219=267 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.49% from 267); Green value is 28 (11.33% from 255 or 10.49% from 267); Blue value is 219 (85.94% from 255 or 82.02% from 267); Max value from RGB is 219 - color contains mainly: blue. Hex color #141CDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141CDB is #EBE324. Grayscale: #2E2E2E. Windows color (decimal): -15459109 or 14359572. OLE color: 14359572.

HSL color Cylindrical-coordinate representation of color #141CDB: hue angle of 237.59º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #141CDB is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 20 28 219 -
CMYK 0.91 0.87 0 0.14
HSL 237.59º 0.83% 0.47% -
HSV(B) 237.59º 0.91% 0.86% -
XYZ 13.49 6.09 67.48 -
YUV 47.38 224.85 108.47 -
System Red Green Blue C M Y K H S L
Decimal 20 28 219 0.91 0.87 0 0.14 237.59 0.83 0.47
Hex 14 1C DB 5B 57 0 E EE 53 2F
Octal 24 34 333 133 127 0 16 356 123 57
Binary 10100 11100 11011011 1011011 1010111 0 1110 11101110 1010011 101111

Color Harmonies of #141CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141CDB

Black with #141CDB

Text Example


Text Example

White with #141CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,28,219); }

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

background-color css

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

 a { background-color: rgb(20,28,219); }

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

border-color css

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

 span { border-color: rgb(20,28,219); }

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