Html Css Color HEX #415ECC Free Speech Blue

📋 copy color: '#415ECC'

red 65 ◦ green 94 ◦ blue 204

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

Shades of Free Speech Blue #415ECC

Tints of Free Speech Blue #415ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 56.2%

R = 17.91%
G = 25.9%
B = 56.2%

CMYK

 C value IS 0.68

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#415ECC (or 0x415ECC) is known color: Free Speech Blue. HEX triplet: 41, 5E and CC. RGB value is (65,94,204). Sum of RGB (Red+Green+Blue) = 65+94+204=363 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.91% from 363); Green value is 94 (37.11% from 255 or 25.90% from 363); Blue value is 204 (80.08% from 255 or 56.20% from 363); Max value from RGB is 204 - color contains mainly: blue. Hex color #415ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #415ECC is #BEA133. Grayscale: #616161. Windows color (decimal): -12493108 or 13393473. OLE color: 13393473.

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

Color convert

RGB 65 94 204 -
CMYK 0.68 0.54 0 0.2
HSL 227.48º 0.58% 0.53% -
HSV(B) 227.48º 0.68% 0.8% -
XYZ 17.08 13.49 58.83 -
YUV 97.87 187.89 104.56 -
System Red Green Blue C M Y K H S L
Decimal 65 94 204 0.68 0.54 0 0.2 227.48 0.58 0.53
Hex 41 5E CC 44 36 0 14 E3 3A 35
Octal 101 136 314 104 66 0 24 343 72 65
Binary 1000001 1011110 11001100 1000100 110110 0 10100 11100011 111010 110101

Color Harmonies of #415ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415ECC

Black with #415ECC

Text Example


Text Example

White with #415ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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