Html Css Color HEX #141FDA Medium Blue

📋 copy color: '#141FDA'

red 20 ◦ green 31 ◦ blue 218

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

Shades of Medium Blue #141FDA

Tints of Medium Blue #141FDA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.52%

 BLUE value IS 218 (85.55% from 255) = 81.04%

R = 7.43%
G = 11.52%
B = 81.04%

CMYK

 C value IS 0.91

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#141FDA (or 0x141FDA) is known color: Medium Blue. HEX triplet: 14, 1F and DA. RGB value is (20,31,218). Sum of RGB (Red+Green+Blue) = 20+31+218=269 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.43% from 269); Green value is 31 (12.5% from 255 or 11.52% from 269); Blue value is 218 (85.55% from 255 or 81.04% from 269); Max value from RGB is 218 - color contains mainly: blue. Hex color #141FDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141FDA is #EBE025. Grayscale: #303030. Windows color (decimal): -15458342 or 14294804. OLE color: 14294804.

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

Color convert

RGB 20 31 218 -
CMYK 0.91 0.86 0 0.15
HSL 236.67º 0.83% 0.47% -
HSV(B) 236.67º 0.91% 0.85% -
XYZ 13.43 6.19 66.82 -
YUV 49.03 223.36 107.29 -
System Red Green Blue C M Y K H S L
Decimal 20 31 218 0.91 0.86 0 0.15 236.67 0.83 0.47
Hex 14 1F DA 5B 56 0 F ED 53 2F
Octal 24 37 332 133 126 0 17 355 123 57
Binary 10100 11111 11011010 1011011 1010110 0 1111 11101101 1010011 101111

Color Harmonies of #141FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141FDA

Black with #141FDA

Text Example


Text Example

White with #141FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,31,218); }

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

background-color css

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

 a { background-color: rgb(20,31,218); }

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

border-color css

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

 span { border-color: rgb(20,31,218); }

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