Html Css Color HEX #415BCE Free Speech Blue

📋 copy color: '#415BCE'

red 65 ◦ green 91 ◦ blue 206

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

Shades of Free Speech Blue #415BCE

Tints of Free Speech Blue #415BCE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.14%

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

R = 17.96%
G = 25.14%
B = 56.91%

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

#415BCE (or 0x415BCE) is known color: Free Speech Blue. HEX triplet: 41, 5B and CE. RGB value is (65,91,206). Sum of RGB (Red+Green+Blue) = 65+91+206=362 (47% of max value = 765). Red value is 65 (25.78% from 255 or 17.96% from 362); Green value is 91 (35.94% from 255 or 25.14% from 362); Blue value is 206 (80.86% from 255 or 56.91% from 362); Max value from RGB is 206 - color contains mainly: blue. Hex color #415BCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #415BCE is #BEA431. Grayscale: #5F5F5F. Windows color (decimal): -12493874 or 13523777. OLE color: 13523777.

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

Color convert

RGB 65 91 206 -
CMYK 0.68 0.56 0 0.19
HSL 228.94º 0.59% 0.53% -
HSV(B) 228.94º 0.68% 0.81% -
XYZ 17.06 13.06 60.01 -
YUV 96.34 189.89 105.65 -
System Red Green Blue C M Y K H S L
Decimal 65 91 206 0.68 0.56 0 0.19 228.94 0.59 0.53
Hex 41 5B CE 44 38 0 13 E5 3B 35
Octal 101 133 316 104 70 0 23 345 73 65
Binary 1000001 1011011 11001110 1000100 111000 0 10011 11100101 111011 110101

Color Harmonies of #415BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415BCE

Black with #415BCE

Text Example


Text Example

White with #415BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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