Html Css Color HEX #515FC8 Free Speech Blue

📋 copy color: '#515FC8'

red 81 ◦ green 95 ◦ blue 200

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

Shades of Free Speech Blue #515FC8

Tints of Free Speech Blue #515FC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 53.19%

R = 21.54%
G = 25.27%
B = 53.19%

CMYK

 C value IS 0.59

 M value IS 0.52

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#515FC8 (or 0x515FC8) is known color: Free Speech Blue. HEX triplet: 51, 5F and C8. RGB value is (81,95,200). Sum of RGB (Red+Green+Blue) = 81+95+200=376 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.54% from 376); Green value is 95 (37.5% from 255 or 25.27% from 376); Blue value is 200 (78.52% from 255 or 53.19% from 376); Max value from RGB is 200 - color contains mainly: blue. Hex color #515FC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515FC8 is #AEA037. Grayscale: #666666. Windows color (decimal): -11444280 or 13131601. OLE color: 13131601.

HSL color Cylindrical-coordinate representation of color #515FC8: hue angle of 232.94º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #515FC8 is Cyan = 0.59, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 81 95 200 -
CMYK 0.59 0.52 0 0.22
HSL 232.94º 0.52% 0.55% -
HSV(B) 232.94º 0.6% 0.78% -
XYZ 17.91 14.1 56.42 -
YUV 102.78 182.86 112.46 -
System Red Green Blue C M Y K H S L
Decimal 81 95 200 0.59 0.52 0 0.22 232.94 0.52 0.55
Hex 51 5F C8 3B 34 0 16 E9 34 37
Octal 121 137 310 73 64 0 26 351 64 67
Binary 1010001 1011111 11001000 111011 110100 0 10110 11101001 110100 110111

Color Harmonies of #515FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515FC8

Black with #515FC8

Text Example


Text Example

White with #515FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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