Html Css Color HEX #415CCD Free Speech Blue

📋 copy color: '#415CCD'

red 65 ◦ green 92 ◦ blue 205

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

Shades of Free Speech Blue #415CCD

Tints of Free Speech Blue #415CCD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.41%

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

R = 17.96%
G = 25.41%
B = 56.63%

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

#415CCD (or 0x415CCD) is known color: Free Speech Blue. HEX triplet: 41, 5C and CD. RGB value is (65,92,205). Sum of RGB (Red+Green+Blue) = 65+92+205=362 (47% of max value = 765). Red value is 65 (25.78% from 255 or 17.96% from 362); Green value is 92 (36.33% from 255 or 25.41% from 362); Blue value is 205 (80.47% from 255 or 56.63% from 362); Max value from RGB is 205 - color contains mainly: blue. Hex color #415CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #415CCD is #BEA332. Grayscale: #606060. Windows color (decimal): -12493619 or 13458497. OLE color: 13458497.

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

Color convert

RGB 65 92 205 -
CMYK 0.68 0.55 0 0.20
HSL 228.43º 0.58% 0.53% -
HSV(B) 228.43º 0.68% 0.8% -
XYZ 17.03 13.19 59.41 -
YUV 96.81 189.05 105.31 -
System Red Green Blue C M Y K H S L
Decimal 65 92 205 0.68 0.55 0 0.20 228.43 0.58 0.53
Hex 41 5C CD 44 37 0 14 E4 3A 35
Octal 101 134 315 104 67 0 24 344 72 65
Binary 1000001 1011100 11001101 1000100 110111 0 10100 11100100 111010 110101

Color Harmonies of #415CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415CCD

Black with #415CCD

Text Example


Text Example

White with #415CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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