Html Css Color HEX #415FCD Free Speech Blue

📋 copy color: '#415FCD'

red 65 ◦ green 95 ◦ blue 205

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

Shades of Free Speech Blue #415FCD

Tints of Free Speech Blue #415FCD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.03%

 BLUE value IS 205 (80.47% from 255) = 56.16%

R = 17.81%
G = 26.03%
B = 56.16%

CMYK

 C value IS 0.68

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#415FCD (or 0x415FCD) is known color: Free Speech Blue. HEX triplet: 41, 5F and CD. RGB value is (65,95,205). Sum of RGB (Red+Green+Blue) = 65+95+205=365 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.81% from 365); Green value is 95 (37.5% from 255 or 26.03% from 365); Blue value is 205 (80.47% from 255 or 56.16% from 365); Max value from RGB is 205 - color contains mainly: blue. Hex color #415FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #415FCD is #BEA032. Grayscale: #626262. Windows color (decimal): -12492851 or 13459265. OLE color: 13459265.

HSL color Cylindrical-coordinate representation of color #415FCD: hue angle of 227.14º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #415FCD is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 65 95 205 -
CMYK 0.68 0.54 0 0.20
HSL 227.14º 0.58% 0.53% -
HSV(B) 227.14º 0.68% 0.8% -
XYZ 17.29 13.72 59.49 -
YUV 98.57 188.06 104.06 -
System Red Green Blue C M Y K H S L
Decimal 65 95 205 0.68 0.54 0 0.20 227.14 0.58 0.53
Hex 41 5F CD 44 36 0 14 E3 3A 35
Octal 101 137 315 104 66 0 24 343 72 65
Binary 1000001 1011111 11001101 1000100 110110 0 10100 11100011 111010 110101

Color Harmonies of #415FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415FCD

Black with #415FCD

Text Example


Text Example

White with #415FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,95,205); }

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

background-color css

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

 a { background-color: rgb(65,95,205); }

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

border-color css

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

 span { border-color: rgb(65,95,205); }

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