Html Css Color HEX #314EDF Free Speech Blue

📋 copy color: '#314EDF'

red 49 ◦ green 78 ◦ blue 223

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

Shades of Free Speech Blue #314EDF

Tints of Free Speech Blue #314EDF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.29%

 BLUE value IS 223 (87.5% from 255) = 63.71%

R = 14%
G = 22.29%
B = 63.71%

CMYK

 C value IS 0.78

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#314EDF (or 0x314EDF) is known color: Free Speech Blue. HEX triplet: 31, 4E and DF. RGB value is (49,78,223). Sum of RGB (Red+Green+Blue) = 49+78+223=350 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14% from 350); Green value is 78 (30.86% from 255 or 22.29% from 350); Blue value is 223 (87.5% from 255 or 63.71% from 350); Max value from RGB is 223 - color contains mainly: blue. Hex color #314EDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #314EDF is #CEB120. Grayscale: #555555. Windows color (decimal): -13545761 or 14634545. OLE color: 14634545.

HSL color Cylindrical-coordinate representation of color #314EDF: hue angle of 230º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #314EDF is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 49 78 223 -
CMYK 0.78 0.65 0 0.13
HSL 230º 0.73% 0.53% -
HSV(B) 230º 0.78% 0.87% -
XYZ 17.31 11.43 71.11 -
YUV 85.86 205.39 101.71 -
System Red Green Blue C M Y K H S L
Decimal 49 78 223 0.78 0.65 0 0.13 230 0.73 0.53
Hex 31 4E DF 4E 41 0 D E6 49 35
Octal 61 116 337 116 101 0 15 346 111 65
Binary 110001 1001110 11011111 1001110 1000001 0 1101 11100110 1001001 110101

Color Harmonies of #314EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314EDF

Black with #314EDF

Text Example


Text Example

White with #314EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314EDF; }

 p { color: rgb(49,78,223); }

 H1.HeaderClassName
 {
   color: #314EDF;
 }
 .AnyTagClassName
 {
   color: #314EDF;
 }
</style>

background-color css

<style>
 a { background-color: #314EDF; }

 a { background-color: rgb(49,78,223); }

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

border-color css

<style>
 span { border-color: #314EDF; }

 span { border-color: rgb(49,78,223); }

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