Html Css Color HEX #515FCC Free Speech Blue

📋 copy color: '#515FCC'

red 81 ◦ green 95 ◦ blue 204

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

Shades of Free Speech Blue #515FCC

Tints of Free Speech Blue #515FCC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25%

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

R = 21.32%
G = 25%
B = 53.68%

CMYK

 C value IS 0.60

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#515FCC (or 0x515FCC) is known color: Free Speech Blue. HEX triplet: 51, 5F and CC. RGB value is (81,95,204). Sum of RGB (Red+Green+Blue) = 81+95+204=380 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.32% from 380); Green value is 95 (37.5% from 255 or 25% from 380); Blue value is 204 (80.08% from 255 or 53.68% from 380); Max value from RGB is 204 - color contains mainly: blue. Hex color #515FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515FCC is #AEA033. Grayscale: #666666. Windows color (decimal): -11444276 or 13393745. OLE color: 13393745.

HSL color Cylindrical-coordinate representation of color #515FCC: hue angle of 233.17º 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 #515FCC is Cyan = 0.60, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 81 95 204 -
CMYK 0.60 0.53 0 0.2
HSL 233.17º 0.55% 0.56% -
HSV(B) 233.17º 0.6% 0.8% -
XYZ 18.38 14.29 58.92 -
YUV 103.24 184.86 112.14 -
System Red Green Blue C M Y K H S L
Decimal 81 95 204 0.60 0.53 0 0.2 233.17 0.55 0.56
Hex 51 5F CC 3C 35 0 14 E9 37 38
Octal 121 137 314 74 65 0 24 351 67 70
Binary 1010001 1011111 11001100 111100 110101 0 10100 11101001 110111 111000

Color Harmonies of #515FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515FCC

Black with #515FCC

Text Example


Text Example

White with #515FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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