Html Css Color HEX #515DCF Free Speech Blue

📋 copy color: '#515DCF'

red 81 ◦ green 93 ◦ blue 207

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

Shades of Free Speech Blue #515DCF

Tints of Free Speech Blue #515DCF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.41%

 BLUE value IS 207 (81.25% from 255) = 54.33%

R = 21.26%
G = 24.41%
B = 54.33%

CMYK

 C value IS 0.61

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#515DCF (or 0x515DCF) is known color: Free Speech Blue. HEX triplet: 51, 5D and CF. RGB value is (81,93,207). Sum of RGB (Red+Green+Blue) = 81+93+207=381 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.26% from 381); Green value is 93 (36.72% from 255 or 24.41% from 381); Blue value is 207 (81.25% from 255 or 54.33% from 381); Max value from RGB is 207 - color contains mainly: blue. Hex color #515DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515DCF is #AEA230. Grayscale: #656565. Windows color (decimal): -11444785 or 13589841. OLE color: 13589841.

HSL color Cylindrical-coordinate representation of color #515DCF: hue angle of 234.29º degrees, saturation: 0.57, 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 #515DCF is Cyan = 0.61, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 81 93 207 -
CMYK 0.61 0.55 0 0.19
HSL 234.29º 0.57% 0.56% -
HSV(B) 234.29º 0.61% 0.81% -
XYZ 18.57 14.08 60.77 -
YUV 102.41 187.02 112.73 -
System Red Green Blue C M Y K H S L
Decimal 81 93 207 0.61 0.55 0 0.19 234.29 0.57 0.56
Hex 51 5D CF 3D 37 0 13 EA 39 38
Octal 121 135 317 75 67 0 23 352 71 70
Binary 1010001 1011101 11001111 111101 110111 0 10011 11101010 111001 111000

Color Harmonies of #515DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515DCF

Black with #515DCF

Text Example


Text Example

White with #515DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,93,207); }

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

background-color css

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

 a { background-color: rgb(81,93,207); }

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

border-color css

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

 span { border-color: rgb(81,93,207); }

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