Html Css Color HEX #315ED2 Free Speech Blue

📋 copy color: '#315ED2'

red 49 ◦ green 94 ◦ blue 210

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

Shades of Free Speech Blue #315ED2

Tints of Free Speech Blue #315ED2

RGB

 RED value IS 49 (19.53% from 255) = 13.88%

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

 BLUE value IS 210 (82.42% from 255) = 59.49%

R = 13.88%
G = 26.63%
B = 59.49%

CMYK

 C value IS 0.77

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#315ED2 (or 0x315ED2) is known color: Free Speech Blue. HEX triplet: 31, 5E and D2. RGB value is (49,94,210). Sum of RGB (Red+Green+Blue) = 49+94+210=353 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.88% from 353); Green value is 94 (37.11% from 255 or 26.63% from 353); Blue value is 210 (82.42% from 255 or 59.49% from 353); Max value from RGB is 210 - color contains mainly: blue. Hex color #315ED2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315ED2 is #CEA12D. Grayscale: #5D5D5D. Windows color (decimal): -13541678 or 13786673. OLE color: 13786673.

HSL color Cylindrical-coordinate representation of color #315ED2: hue angle of 223.23º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #315ED2 is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 49 94 210 -
CMYK 0.77 0.55 0 0.18
HSL 223.23º 0.64% 0.51% -
HSV(B) 223.23º 0.77% 0.82% -
XYZ 16.9 13.31 62.65 -
YUV 93.77 193.59 96.07 -
System Red Green Blue C M Y K H S L
Decimal 49 94 210 0.77 0.55 0 0.18 223.23 0.64 0.51
Hex 31 5E D2 4D 37 0 12 DF 40 33
Octal 61 136 322 115 67 0 22 337 100 63
Binary 110001 1011110 11010010 1001101 110111 0 10010 11011111 1000000 110011

Color Harmonies of #315ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315ED2

Black with #315ED2

Text Example


Text Example

White with #315ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315ED2; }

 p { color: rgb(49,94,210); }

 H1.HeaderClassName
 {
   color: #315ED2;
 }
 .AnyTagClassName
 {
   color: #315ED2;
 }
</style>

background-color css

<style>
 a { background-color: #315ED2; }

 a { background-color: rgb(49,94,210); }

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

border-color css

<style>
 span { border-color: #315ED2; }

 span { border-color: rgb(49,94,210); }

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