Html Css Color HEX #515FCE Free Speech Blue

📋 copy color: '#515FCE'

red 81 ◦ green 95 ◦ blue 206

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

Shades of Free Speech Blue #515FCE

Tints of Free Speech Blue #515FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.93%

R = 21.2%
G = 24.87%
B = 53.93%

CMYK

 C value IS 0.61

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#515FCE (or 0x515FCE) is known color: Free Speech Blue. HEX triplet: 51, 5F and CE. RGB value is (81,95,206). Sum of RGB (Red+Green+Blue) = 81+95+206=382 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.20% from 382); Green value is 95 (37.5% from 255 or 24.87% from 382); Blue value is 206 (80.86% from 255 or 53.93% from 382); Max value from RGB is 206 - color contains mainly: blue. Hex color #515FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515FCE is #AEA031. Grayscale: #676767. Windows color (decimal): -11444274 or 13524817. OLE color: 13524817.

HSL color Cylindrical-coordinate representation of color #515FCE: hue angle of 233.28º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #515FCE is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 81 95 206 -
CMYK 0.61 0.54 0 0.19
HSL 233.28º 0.56% 0.56% -
HSV(B) 233.28º 0.61% 0.81% -
XYZ 18.63 14.39 60.19 -
YUV 103.47 185.86 111.97 -
System Red Green Blue C M Y K H S L
Decimal 81 95 206 0.61 0.54 0 0.19 233.28 0.56 0.56
Hex 51 5F CE 3D 36 0 13 E9 38 38
Octal 121 137 316 75 66 0 23 351 70 70
Binary 1010001 1011111 11001110 111101 110110 0 10011 11101001 111000 111000

Color Harmonies of #515FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515FCE

Black with #515FCE

Text Example


Text Example

White with #515FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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