Html Css Color HEX #405ACC Free Speech Blue

📋 copy color: '#405ACC'

red 64 ◦ green 90 ◦ blue 204

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

Shades of Free Speech Blue #405ACC

Tints of Free Speech Blue #405ACC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.14%

 BLUE value IS 204 (80.08% from 255) = 56.98%

R = 17.88%
G = 25.14%
B = 56.98%

CMYK

 C value IS 0.69

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#405ACC (or 0x405ACC) is known color: Free Speech Blue. HEX triplet: 40, 5A and CC. RGB value is (64,90,204). Sum of RGB (Red+Green+Blue) = 64+90+204=358 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.88% from 358); Green value is 90 (35.55% from 255 or 25.14% from 358); Blue value is 204 (80.08% from 255 or 56.98% from 358); Max value from RGB is 204 - color contains mainly: blue. Hex color #405ACC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #405ACC is #BFA533. Grayscale: #5E5E5E. Windows color (decimal): -12559668 or 13392448. OLE color: 13392448.

HSL color Cylindrical-coordinate representation of color #405ACC: hue angle of 228.86º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #405ACC is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 64 90 204 -
CMYK 0.69 0.56 0 0.2
HSL 228.86º 0.58% 0.53% -
HSV(B) 228.86º 0.69% 0.8% -
XYZ 16.67 12.76 58.71 -
YUV 95.22 189.39 105.73 -
System Red Green Blue C M Y K H S L
Decimal 64 90 204 0.69 0.56 0 0.2 228.86 0.58 0.53
Hex 40 5A CC 45 38 0 14 E5 3A 35
Octal 100 132 314 105 70 0 24 345 72 65
Binary 1000000 1011010 11001100 1000101 111000 0 10100 11100101 111010 110101

Color Harmonies of #405ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405ACC

Black with #405ACC

Text Example


Text Example

White with #405ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,90,204); }

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

background-color css

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

 a { background-color: rgb(64,90,204); }

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

border-color css

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

 span { border-color: rgb(64,90,204); }

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