Html Css Color HEX #415DB2 Free Speech Blue

📋 copy color: '#415DB2'

red 65 ◦ green 93 ◦ blue 178

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

Shades of Free Speech Blue #415DB2

Tints of Free Speech Blue #415DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 52.98%

R = 19.35%
G = 27.68%
B = 52.98%

CMYK

 C value IS 0.63

 M value IS 0.48

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#415DB2 (or 0x415DB2) is known color: Free Speech Blue. HEX triplet: 41, 5D and B2. RGB value is (65,93,178). Sum of RGB (Red+Green+Blue) = 65+93+178=336 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.35% from 336); Green value is 93 (36.72% from 255 or 27.68% from 336); Blue value is 178 (69.92% from 255 or 52.98% from 336); Max value from RGB is 178 - color contains mainly: blue. Hex color #415DB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415DB2 is #BEA24D. Grayscale: #5D5D5D. Windows color (decimal): -12493390 or 11689281. OLE color: 11689281.

HSL color Cylindrical-coordinate representation of color #415DB2: hue angle of 225.13º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #415DB2 is Cyan = 0.63, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 65 93 178 -
CMYK 0.63 0.48 0 0.30
HSL 225.13º 0.47% 0.48% -
HSV(B) 225.13º 0.63% 0.7% -
XYZ 14.13 12.17 43.72 -
YUV 94.32 175.22 107.09 -
System Red Green Blue C M Y K H S L
Decimal 65 93 178 0.63 0.48 0 0.30 225.13 0.47 0.48
Hex 41 5D B2 3F 30 0 1E E1 2F 30
Octal 101 135 262 77 60 0 36 341 57 60
Binary 1000001 1011101 10110010 111111 110000 0 11110 11100001 101111 110000

Color Harmonies of #415DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415DB2

Black with #415DB2

Text Example


Text Example

White with #415DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,93,178); }

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

background-color css

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

 a { background-color: rgb(65,93,178); }

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

border-color css

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

 span { border-color: rgb(65,93,178); }

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