Html Css Color HEX #415DCD Free Speech Blue

📋 copy color: '#415DCD'

red 65 ◦ green 93 ◦ blue 205

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

Shades of Free Speech Blue #415DCD

Tints of Free Speech Blue #415DCD

RGB

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

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

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

R = 17.91%
G = 25.62%
B = 56.47%

CMYK

 C value IS 0.68

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#415DCD (or 0x415DCD) is known color: Free Speech Blue. HEX triplet: 41, 5D and CD. RGB value is (65,93,205). Sum of RGB (Red+Green+Blue) = 65+93+205=363 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.91% from 363); Green value is 93 (36.72% from 255 or 25.62% from 363); Blue value is 205 (80.47% from 255 or 56.47% from 363); Max value from RGB is 205 - color contains mainly: blue. Hex color #415DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #415DCD is #BEA232. Grayscale: #606060. Windows color (decimal): -12493363 or 13458753. OLE color: 13458753.

HSL color Cylindrical-coordinate representation of color #415DCD: hue angle of 228º 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 #415DCD is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 65 93 205 -
CMYK 0.68 0.55 0 0.20
HSL 228º 0.58% 0.53% -
HSV(B) 228º 0.68% 0.8% -
XYZ 17.11 13.36 59.43 -
YUV 97.4 188.72 104.89 -
System Red Green Blue C M Y K H S L
Decimal 65 93 205 0.68 0.55 0 0.20 228 0.58 0.53
Hex 41 5D CD 44 37 0 14 E4 3A 35
Octal 101 135 315 104 67 0 24 344 72 65
Binary 1000001 1011101 11001101 1000100 110111 0 10100 11100100 111010 110101

Color Harmonies of #415DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415DCD

Black with #415DCD

Text Example


Text Example

White with #415DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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