Html Css Color HEX #415AD0 Free Speech Blue

📋 copy color: '#415AD0'

red 65 ◦ green 90 ◦ blue 208

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

Shades of Free Speech Blue #415AD0

Tints of Free Speech Blue #415AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 57.3%

R = 17.91%
G = 24.79%
B = 57.3%

CMYK

 C value IS 0.69

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#415AD0 (or 0x415AD0) is known color: Free Speech Blue. HEX triplet: 41, 5A and D0. RGB value is (65,90,208). Sum of RGB (Red+Green+Blue) = 65+90+208=363 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.91% from 363); Green value is 90 (35.55% from 255 or 24.79% from 363); Blue value is 208 (81.64% from 255 or 57.30% from 363); Max value from RGB is 208 - color contains mainly: blue. Hex color #415AD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #415AD0 is #BEA52F. Grayscale: #5F5F5F. Windows color (decimal): -12494128 or 13654593. OLE color: 13654593.

HSL color Cylindrical-coordinate representation of color #415AD0: hue angle of 229.51º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #415AD0 is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 65 90 208 -
CMYK 0.69 0.57 0 0.18
HSL 229.51º 0.6% 0.54% -
HSV(B) 229.51º 0.69% 0.82% -
XYZ 17.22 12.99 61.27 -
YUV 95.98 191.22 105.91 -
System Red Green Blue C M Y K H S L
Decimal 65 90 208 0.69 0.57 0 0.18 229.51 0.6 0.54
Hex 41 5A D0 45 39 0 12 E6 3C 36
Octal 101 132 320 105 71 0 22 346 74 66
Binary 1000001 1011010 11010000 1000101 111001 0 10010 11100110 111100 110110

Color Harmonies of #415AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415AD0

Black with #415AD0

Text Example


Text Example

White with #415AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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