Html Css Color HEX #415DBE Free Speech Blue

📋 copy color: '#415DBE'

red 65 ◦ green 93 ◦ blue 190

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

Shades of Free Speech Blue #415DBE

Tints of Free Speech Blue #415DBE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.72%

 BLUE value IS 190 (74.61% from 255) = 54.6%

R = 18.68%
G = 26.72%
B = 54.6%

CMYK

 C value IS 0.66

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#415DBE (or 0x415DBE) is known color: Free Speech Blue. HEX triplet: 41, 5D and BE. RGB value is (65,93,190). Sum of RGB (Red+Green+Blue) = 65+93+190=348 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.68% from 348); Green value is 93 (36.72% from 255 or 26.72% from 348); Blue value is 190 (74.61% from 255 or 54.60% from 348); Max value from RGB is 190 - color contains mainly: blue. Hex color #415DBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #415DBE is #BEA241. Grayscale: #5F5F5F. Windows color (decimal): -12493378 or 12475713. OLE color: 12475713.

HSL color Cylindrical-coordinate representation of color #415DBE: hue angle of 226.56º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #415DBE is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 65 93 190 -
CMYK 0.66 0.51 0 0.25
HSL 226.56º 0.49% 0.5% -
HSV(B) 226.56º 0.66% 0.75% -
XYZ 15.39 12.67 50.35 -
YUV 95.69 181.22 106.11 -
System Red Green Blue C M Y K H S L
Decimal 65 93 190 0.66 0.51 0 0.25 226.56 0.49 0.5
Hex 41 5D BE 42 33 0 19 E3 31 32
Octal 101 135 276 102 63 0 31 343 61 62
Binary 1000001 1011101 10111110 1000010 110011 0 11001 11100011 110001 110010

Color Harmonies of #415DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415DBE

Black with #415DBE

Text Example


Text Example

White with #415DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,93,190); }

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

background-color css

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

 a { background-color: rgb(65,93,190); }

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

border-color css

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

 span { border-color: rgb(65,93,190); }

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