Html Css Color HEX #141DD8 Medium Blue

📋 copy color: '#141DD8'

red 20 ◦ green 29 ◦ blue 216

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

Shades of Medium Blue #141DD8

Tints of Medium Blue #141DD8

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.94%

 BLUE value IS 216 (84.77% from 255) = 81.51%

R = 7.55%
G = 10.94%
B = 81.51%

CMYK

 C value IS 0.91

 M value IS 0.87

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#141DD8 (or 0x141DD8) is known color: Medium Blue. HEX triplet: 14, 1D and D8. RGB value is (20,29,216). Sum of RGB (Red+Green+Blue) = 20+29+216=265 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.55% from 265); Green value is 29 (11.72% from 255 or 10.94% from 265); Blue value is 216 (84.77% from 255 or 81.51% from 265); Max value from RGB is 216 - color contains mainly: blue. Hex color #141DD8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141DD8 is #EBE227. Grayscale: #2E2E2E. Windows color (decimal): -15458856 or 14163220. OLE color: 14163220.

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

Color convert

RGB 20 29 216 -
CMYK 0.91 0.87 0 0.15
HSL 237.24º 0.83% 0.46% -
HSV(B) 237.24º 0.91% 0.85% -
XYZ 13.12 5.99 65.43 -
YUV 47.63 223.02 108.29 -
System Red Green Blue C M Y K H S L
Decimal 20 29 216 0.91 0.87 0 0.15 237.24 0.83 0.46
Hex 14 1D D8 5B 57 0 F ED 53 2E
Octal 24 35 330 133 127 0 17 355 123 56
Binary 10100 11101 11011000 1011011 1010111 0 1111 11101101 1010011 101110

Color Harmonies of #141DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141DD8

Black with #141DD8

Text Example


Text Example

White with #141DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,29,216); }

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

background-color css

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

 a { background-color: rgb(20,29,216); }

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

border-color css

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

 span { border-color: rgb(20,29,216); }

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