Html Css Color HEX #415ACE Free Speech Blue

📋 copy color: '#415ACE'

red 65 ◦ green 90 ◦ blue 206

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

Shades of Free Speech Blue #415ACE

Tints of Free Speech Blue #415ACE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.93%

 BLUE value IS 206 (80.86% from 255) = 57.06%

R = 18.01%
G = 24.93%
B = 57.06%

CMYK

 C value IS 0.68

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#415ACE (or 0x415ACE) is known color: Free Speech Blue. HEX triplet: 41, 5A and CE. RGB value is (65,90,206). Sum of RGB (Red+Green+Blue) = 65+90+206=361 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.01% from 361); Green value is 90 (35.55% from 255 or 24.93% from 361); Blue value is 206 (80.86% from 255 or 57.06% from 361); Max value from RGB is 206 - color contains mainly: blue. Hex color #415ACE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #415ACE is #BEA531. Grayscale: #5F5F5F. Windows color (decimal): -12494130 or 13523521. OLE color: 13523521.

HSL color Cylindrical-coordinate representation of color #415ACE: hue angle of 229.36º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #415ACE is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 65 90 206 -
CMYK 0.68 0.56 0 0.19
HSL 229.36º 0.59% 0.53% -
HSV(B) 229.36º 0.68% 0.81% -
XYZ 16.98 12.89 59.99 -
YUV 95.75 190.22 106.07 -
System Red Green Blue C M Y K H S L
Decimal 65 90 206 0.68 0.56 0 0.19 229.36 0.59 0.53
Hex 41 5A CE 44 38 0 13 E5 3B 35
Octal 101 132 316 104 70 0 23 345 73 65
Binary 1000001 1011010 11001110 1000100 111000 0 10011 11100101 111011 110101

Color Harmonies of #415ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415ACE

Black with #415ACE

Text Example


Text Example

White with #415ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,90,206); }

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

background-color css

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

 a { background-color: rgb(65,90,206); }

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

border-color css

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

 span { border-color: rgb(65,90,206); }

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