Html Css Color HEX #415ABB Free Speech Blue

📋 copy color: '#415ABB'

red 65 ◦ green 90 ◦ blue 187

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

Shades of Free Speech Blue #415ABB

Tints of Free Speech Blue #415ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 54.68%

R = 19.01%
G = 26.32%
B = 54.68%

CMYK

 C value IS 0.65

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#415ABB (or 0x415ABB) is known color: Free Speech Blue. HEX triplet: 41, 5A and BB. RGB value is (65,90,187). Sum of RGB (Red+Green+Blue) = 65+90+187=342 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.01% from 342); Green value is 90 (35.55% from 255 or 26.32% from 342); Blue value is 187 (73.44% from 255 or 54.68% from 342); Max value from RGB is 187 - color contains mainly: blue. Hex color #415ABB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #415ABB is #BEA544. Grayscale: #5D5D5D. Windows color (decimal): -12494149 or 12278337. OLE color: 12278337.

HSL color Cylindrical-coordinate representation of color #415ABB: hue angle of 227.7º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #415ABB is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 65 90 187 -
CMYK 0.65 0.52 0 0.27
HSL 227.7º 0.48% 0.49% -
HSV(B) 227.7º 0.65% 0.73% -
XYZ 14.81 12.02 48.55 -
YUV 93.58 180.72 107.61 -
System Red Green Blue C M Y K H S L
Decimal 65 90 187 0.65 0.52 0 0.27 227.7 0.48 0.49
Hex 41 5A BB 41 34 0 1B E4 30 31
Octal 101 132 273 101 64 0 33 344 60 61
Binary 1000001 1011010 10111011 1000001 110100 0 11011 11100100 110000 110001

Color Harmonies of #415ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415ABB

Black with #415ABB

Text Example


Text Example

White with #415ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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