Html Css Color HEX #515DCE Free Speech Blue

📋 copy color: '#515DCE'

red 81 ◦ green 93 ◦ blue 206

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

Shades of Free Speech Blue #515DCE

Tints of Free Speech Blue #515DCE

RGB

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

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

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

R = 21.32%
G = 24.47%
B = 54.21%

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

#515DCE (or 0x515DCE) is known color: Free Speech Blue. HEX triplet: 51, 5D and CE. RGB value is (81,93,206). Sum of RGB (Red+Green+Blue) = 81+93+206=380 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.32% from 380); Green value is 93 (36.72% from 255 or 24.47% from 380); Blue value is 206 (80.86% from 255 or 54.21% from 380); Max value from RGB is 206 - color contains mainly: blue. Hex color #515DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515DCE is #AEA231. Grayscale: #656565. Windows color (decimal): -11444786 or 13524305. OLE color: 13524305.

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

Color convert

RGB 81 93 206 -
CMYK 0.61 0.55 0 0.19
HSL 234.24º 0.56% 0.56% -
HSV(B) 234.24º 0.61% 0.81% -
XYZ 18.45 14.03 60.13 -
YUV 102.29 186.52 112.81 -
System Red Green Blue C M Y K H S L
Decimal 81 93 206 0.61 0.55 0 0.19 234.24 0.56 0.56
Hex 51 5D CE 3D 37 0 13 EA 38 38
Octal 121 135 316 75 67 0 23 352 70 70
Binary 1010001 1011101 11001110 111101 110111 0 10011 11101010 111000 111000

Color Harmonies of #515DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515DCE

Black with #515DCE

Text Example


Text Example

White with #515DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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