Html Css Color HEX #515DCB Free Speech Blue

📋 copy color: '#515DCB'

red 81 ◦ green 93 ◦ blue 203

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

Shades of Free Speech Blue #515DCB

Tints of Free Speech Blue #515DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 53.85%

R = 21.49%
G = 24.67%
B = 53.85%

CMYK

 C value IS 0.60

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#515DCB (or 0x515DCB) is known color: Free Speech Blue. HEX triplet: 51, 5D and CB. RGB value is (81,93,203). Sum of RGB (Red+Green+Blue) = 81+93+203=377 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.49% from 377); Green value is 93 (36.72% from 255 or 24.67% from 377); Blue value is 203 (79.69% from 255 or 53.85% from 377); Max value from RGB is 203 - color contains mainly: blue. Hex color #515DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515DCB is #AEA234. Grayscale: #656565. Windows color (decimal): -11444789 or 13327697. OLE color: 13327697.

HSL color Cylindrical-coordinate representation of color #515DCB: hue angle of 234.1º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #515DCB is Cyan = 0.60, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 81 93 203 -
CMYK 0.60 0.54 0 0.20
HSL 234.1º 0.54% 0.56% -
HSV(B) 234.1º 0.6% 0.8% -
XYZ 18.09 13.89 58.23 -
YUV 101.95 185.02 113.06 -
System Red Green Blue C M Y K H S L
Decimal 81 93 203 0.60 0.54 0 0.20 234.1 0.54 0.56
Hex 51 5D CB 3C 36 0 14 EA 36 38
Octal 121 135 313 74 66 0 24 352 66 70
Binary 1010001 1011101 11001011 111100 110110 0 10100 11101010 110110 111000

Color Harmonies of #515DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515DCB

Black with #515DCB

Text Example


Text Example

White with #515DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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