Html Css Color HEX #141EDF Medium Blue

📋 copy color: '#141EDF'

red 20 ◦ green 30 ◦ blue 223

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

Shades of Medium Blue #141EDF

Tints of Medium Blue #141EDF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.99%

 BLUE value IS 223 (87.5% from 255) = 81.68%

R = 7.33%
G = 10.99%
B = 81.68%

CMYK

 C value IS 0.91

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#141EDF (or 0x141EDF) is known color: Medium Blue. HEX triplet: 14, 1E and DF. RGB value is (20,30,223). Sum of RGB (Red+Green+Blue) = 20+30+223=273 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.33% from 273); Green value is 30 (12.11% from 255 or 10.99% from 273); Blue value is 223 (87.5% from 255 or 81.68% from 273); Max value from RGB is 223 - color contains mainly: blue. Hex color #141EDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141EDF is #EBE120. Grayscale: #303030. Windows color (decimal): -15458593 or 14622228. OLE color: 14622228.

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

Color convert

RGB 20 30 223 -
CMYK 0.91 0.87 0 0.13
HSL 237.04º 0.84% 0.48% -
HSV(B) 237.04º 0.91% 0.87% -
XYZ 14.07 6.4 70.31 -
YUV 49.01 226.19 107.31 -
System Red Green Blue C M Y K H S L
Decimal 20 30 223 0.91 0.87 0 0.13 237.04 0.84 0.48
Hex 14 1E DF 5B 57 0 D ED 54 30
Octal 24 36 337 133 127 0 15 355 124 60
Binary 10100 11110 11011111 1011011 1010111 0 1101 11101101 1010100 110000

Color Harmonies of #141EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141EDF

Black with #141EDF

Text Example


Text Example

White with #141EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,30,223); }

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

background-color css

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

 a { background-color: rgb(20,30,223); }

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

border-color css

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

 span { border-color: rgb(20,30,223); }

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