Html Css Color HEX #4140DB Free Speech Blue

📋 copy color: '#4140DB'

red 65 ◦ green 64 ◦ blue 219

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

Shades of Free Speech Blue #4140DB

Tints of Free Speech Blue #4140DB

RGB

 RED value IS 65 (25.78% from 255) = 18.68%

 GREEN value IS 64 (25.39% from 255) = 18.39%

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

R = 18.68%
G = 18.39%
B = 62.93%

CMYK

 C value IS 0.70

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4140DB (or 0x4140DB) is known color: Free Speech Blue. HEX triplet: 41, 40 and DB. RGB value is (65,64,219). Sum of RGB (Red+Green+Blue) = 65+64+219=348 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.68% from 348); Green value is 64 (25.39% from 255 or 18.39% from 348); Blue value is 219 (85.94% from 255 or 62.93% from 348); Max value from RGB is 219 - color contains mainly: blue. Hex color #4140DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4140DB is #BEBF24. Grayscale: #515151. Windows color (decimal): -12500773 or 14368833. OLE color: 14368833.

HSL color Cylindrical-coordinate representation of color #4140DB: hue angle of 240.39º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4140DB is Cyan = 0.70, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 65 64 219 -
CMYK 0.70 0.71 0 0.14
HSL 240.39º 0.68% 0.55% -
HSV(B) 240.39º 0.71% 0.86% -
XYZ 16.8 9.91 68.04 -
YUV 81.97 205.33 115.9 -
System Red Green Blue C M Y K H S L
Decimal 65 64 219 0.70 0.71 0 0.14 240.39 0.68 0.55
Hex 41 40 DB 46 47 0 E F0 44 37
Octal 101 100 333 106 107 0 16 360 104 67
Binary 1000001 1000000 11011011 1000110 1000111 0 1110 11110000 1000100 110111

Color Harmonies of #4140DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4140DB

Black with #4140DB

Text Example


Text Example

White with #4140DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4140DB; }

 p { color: rgb(65,64,219); }

 H1.HeaderClassName
 {
   color: #4140DB;
 }
 .AnyTagClassName
 {
   color: #4140DB;
 }
</style>

background-color css

<style>
 a { background-color: #4140DB; }

 a { background-color: rgb(65,64,219); }

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

border-color css

<style>
 span { border-color: #4140DB; }

 span { border-color: rgb(65,64,219); }

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