Html Css Color HEX #405DB4 Free Speech Blue

📋 copy color: '#405DB4'

red 64 ◦ green 93 ◦ blue 180

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

Shades of Free Speech Blue #405DB4

Tints of Free Speech Blue #405DB4

RGB

 RED value IS 64 (25.39% from 255) = 18.99%

 GREEN value IS 93 (36.72% from 255) = 27.6%

 BLUE value IS 180 (70.7% from 255) = 53.41%

R = 18.99%
G = 27.6%
B = 53.41%

CMYK

 C value IS 0.64

 M value IS 0.48

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#405DB4 (or 0x405DB4) is known color: Free Speech Blue. HEX triplet: 40, 5D and B4. RGB value is (64,93,180). Sum of RGB (Red+Green+Blue) = 64+93+180=337 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.99% from 337); Green value is 93 (36.72% from 255 or 27.60% from 337); Blue value is 180 (70.70% from 255 or 53.41% from 337); Max value from RGB is 180 - color contains mainly: blue. Hex color #405DB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #405DB4 is #BFA24B. Grayscale: #5D5D5D. Windows color (decimal): -12558924 or 11820352. OLE color: 11820352.

HSL color Cylindrical-coordinate representation of color #405DB4: hue angle of 225º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #405DB4 is Cyan = 0.64, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 64 93 180 -
CMYK 0.64 0.48 0 0.29
HSL 225º 0.48% 0.48% -
HSV(B) 225º 0.64% 0.71% -
XYZ 14.27 12.21 44.79 -
YUV 94.25 176.39 106.43 -
System Red Green Blue C M Y K H S L
Decimal 64 93 180 0.64 0.48 0 0.29 225 0.48 0.48
Hex 40 5D B4 40 30 0 1D E1 30 30
Octal 100 135 264 100 60 0 35 341 60 60
Binary 1000000 1011101 10110100 1000000 110000 0 11101 11100001 110000 110000

Color Harmonies of #405DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405DB4

Black with #405DB4

Text Example


Text Example

White with #405DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405DB4; }

 p { color: rgb(64,93,180); }

 H1.HeaderClassName
 {
   color: #405DB4;
 }
 .AnyTagClassName
 {
   color: #405DB4;
 }
</style>

background-color css

<style>
 a { background-color: #405DB4; }

 a { background-color: rgb(64,93,180); }

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

border-color css

<style>
 span { border-color: #405DB4; }

 span { border-color: rgb(64,93,180); }

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