Html Css Color HEX #515EC9 Free Speech Blue

📋 copy color: '#515EC9'

red 81 ◦ green 94 ◦ blue 201

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

Shades of Free Speech Blue #515EC9

Tints of Free Speech Blue #515EC9

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25%

 BLUE value IS 201 (78.91% from 255) = 53.46%

R = 21.54%
G = 25%
B = 53.46%

CMYK

 C value IS 0.60

 M value IS 0.53

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#515EC9 (or 0x515EC9) is known color: Free Speech Blue. HEX triplet: 51, 5E and C9. RGB value is (81,94,201). Sum of RGB (Red+Green+Blue) = 81+94+201=376 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.54% from 376); Green value is 94 (37.11% from 255 or 25% from 376); Blue value is 201 (78.91% from 255 or 53.46% from 376); Max value from RGB is 201 - color contains mainly: blue. Hex color #515EC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515EC9 is #AEA136. Grayscale: #656565. Windows color (decimal): -11444535 or 13196881. OLE color: 13196881.

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

Color convert

RGB 81 94 201 -
CMYK 0.60 0.53 0 0.21
HSL 233.5º 0.53% 0.55% -
HSV(B) 233.5º 0.6% 0.79% -
XYZ 17.94 13.97 57.01 -
YUV 102.31 183.69 112.8 -
System Red Green Blue C M Y K H S L
Decimal 81 94 201 0.60 0.53 0 0.21 233.5 0.53 0.55
Hex 51 5E C9 3C 35 0 15 EA 35 37
Octal 121 136 311 74 65 0 25 352 65 67
Binary 1010001 1011110 11001001 111100 110101 0 10101 11101010 110101 110111

Color Harmonies of #515EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515EC9

Black with #515EC9

Text Example


Text Example

White with #515EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,94,201); }

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

background-color css

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

 a { background-color: rgb(81,94,201); }

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

border-color css

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

 span { border-color: rgb(81,94,201); }

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