Html Css Color HEX #415EC1 Free Speech Blue

📋 copy color: '#415EC1'

red 65 ◦ green 94 ◦ blue 193

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

Shades of Free Speech Blue #415EC1

Tints of Free Speech Blue #415EC1

RGB

 RED value IS 65 (25.78% from 255) = 18.47%

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

 BLUE value IS 193 (75.78% from 255) = 54.83%

R = 18.47%
G = 26.7%
B = 54.83%

CMYK

 C value IS 0.66

 M value IS 0.51

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#415EC1 (or 0x415EC1) is known color: Free Speech Blue. HEX triplet: 41, 5E and C1. RGB value is (65,94,193). Sum of RGB (Red+Green+Blue) = 65+94+193=352 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.47% from 352); Green value is 94 (37.11% from 255 or 26.70% from 352); Blue value is 193 (75.78% from 255 or 54.83% from 352); Max value from RGB is 193 - color contains mainly: blue. Hex color #415EC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #415EC1 is #BEA13E. Grayscale: #606060. Windows color (decimal): -12493119 or 12672577. OLE color: 12672577.

HSL color Cylindrical-coordinate representation of color #415EC1: hue angle of 226.41º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #415EC1 is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 65 94 193 -
CMYK 0.66 0.51 0 0.24
HSL 226.41º 0.51% 0.51% -
HSV(B) 226.41º 0.66% 0.76% -
XYZ 15.81 12.98 52.12 -
YUV 96.62 182.39 105.45 -
System Red Green Blue C M Y K H S L
Decimal 65 94 193 0.66 0.51 0 0.24 226.41 0.51 0.51
Hex 41 5E C1 42 33 0 18 E2 33 33
Octal 101 136 301 102 63 0 30 342 63 63
Binary 1000001 1011110 11000001 1000010 110011 0 11000 11100010 110011 110011

Color Harmonies of #415EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415EC1

Black with #415EC1

Text Example


Text Example

White with #415EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415EC1; }

 p { color: rgb(65,94,193); }

 H1.HeaderClassName
 {
   color: #415EC1;
 }
 .AnyTagClassName
 {
   color: #415EC1;
 }
</style>

background-color css

<style>
 a { background-color: #415EC1; }

 a { background-color: rgb(65,94,193); }

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

border-color css

<style>
 span { border-color: #415EC1; }

 span { border-color: rgb(65,94,193); }

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