Html Css Color HEX #515ACC Free Speech Blue

📋 copy color: '#515ACC'

red 81 ◦ green 90 ◦ blue 204

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

Shades of Free Speech Blue #515ACC

Tints of Free Speech Blue #515ACC

RGB

 RED value IS 81 (32.03% from 255) = 21.6%

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

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

R = 21.6%
G = 24%
B = 54.4%

CMYK

 C value IS 0.60

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#515ACC (or 0x515ACC) is known color: Free Speech Blue. HEX triplet: 51, 5A and CC. RGB value is (81,90,204). Sum of RGB (Red+Green+Blue) = 81+90+204=375 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.6% from 375); Green value is 90 (35.55% from 255 or 24% from 375); Blue value is 204 (80.08% from 255 or 54.4% from 375); Max value from RGB is 204 - color contains mainly: blue. Hex color #515ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515ACC is #AEA533. Grayscale: #636363. Windows color (decimal): -11445556 or 13392465. OLE color: 13392465.

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

Color convert

RGB 81 90 204 -
CMYK 0.60 0.56 0 0.2
HSL 235.61º 0.55% 0.56% -
HSV(B) 235.61º 0.6% 0.8% -
XYZ 17.95 13.42 58.77 -
YUV 100.31 186.52 114.23 -
System Red Green Blue C M Y K H S L
Decimal 81 90 204 0.60 0.56 0 0.2 235.61 0.55 0.56
Hex 51 5A CC 3C 38 0 14 EC 37 38
Octal 121 132 314 74 70 0 24 354 67 70
Binary 1010001 1011010 11001100 111100 111000 0 10100 11101100 110111 111000

Color Harmonies of #515ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515ACC

Black with #515ACC

Text Example


Text Example

White with #515ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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