Html Css Color HEX #515DBD Free Speech Blue

📋 copy color: '#515DBD'

red 81 ◦ green 93 ◦ blue 189

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

Shades of Free Speech Blue #515DBD

Tints of Free Speech Blue #515DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 52.07%

R = 22.31%
G = 25.62%
B = 52.07%

CMYK

 C value IS 0.57

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#515DBD (or 0x515DBD) is known color: Free Speech Blue. HEX triplet: 51, 5D and BD. RGB value is (81,93,189). Sum of RGB (Red+Green+Blue) = 81+93+189=363 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.31% from 363); Green value is 93 (36.72% from 255 or 25.62% from 363); Blue value is 189 (74.22% from 255 or 52.07% from 363); Max value from RGB is 189 - color contains mainly: blue. Hex color #515DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515DBD is #AEA242. Grayscale: #636363. Windows color (decimal): -11444803 or 12410193. OLE color: 12410193.

HSL color Cylindrical-coordinate representation of color #515DBD: hue angle of 233.33º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #515DBD is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 81 93 189 -
CMYK 0.57 0.51 0 0.26
HSL 233.33º 0.45% 0.53% -
HSV(B) 233.33º 0.57% 0.74% -
XYZ 16.49 13.25 49.83 -
YUV 100.36 178.02 114.19 -
System Red Green Blue C M Y K H S L
Decimal 81 93 189 0.57 0.51 0 0.26 233.33 0.45 0.53
Hex 51 5D BD 39 33 0 1A E9 2D 35
Octal 121 135 275 71 63 0 32 351 55 65
Binary 1010001 1011101 10111101 111001 110011 0 11010 11101001 101101 110101

Color Harmonies of #515DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515DBD

Black with #515DBD

Text Example


Text Example

White with #515DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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