Html Css Color HEX #415DBB Free Speech Blue

📋 copy color: '#415DBB'

red 65 ◦ green 93 ◦ blue 187

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

Shades of Free Speech Blue #415DBB

Tints of Free Speech Blue #415DBB

RGB

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

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

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

R = 18.84%
G = 26.96%
B = 54.2%

CMYK

 C value IS 0.65

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#415DBB (or 0x415DBB) is known color: Free Speech Blue. HEX triplet: 41, 5D and BB. RGB value is (65,93,187). Sum of RGB (Red+Green+Blue) = 65+93+187=345 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.84% from 345); Green value is 93 (36.72% from 255 or 26.96% from 345); Blue value is 187 (73.44% from 255 or 54.20% from 345); Max value from RGB is 187 - color contains mainly: blue. Hex color #415DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #415DBB is #BEA244. Grayscale: #5E5E5E. Windows color (decimal): -12493381 or 12279105. OLE color: 12279105.

HSL color Cylindrical-coordinate representation of color #415DBB: hue angle of 226.23º 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 #415DBB is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 65 93 187 -
CMYK 0.65 0.50 0 0.27
HSL 226.23º 0.48% 0.49% -
HSV(B) 226.23º 0.65% 0.73% -
XYZ 15.06 12.54 48.64 -
YUV 95.34 179.72 106.36 -
System Red Green Blue C M Y K H S L
Decimal 65 93 187 0.65 0.50 0 0.27 226.23 0.48 0.49
Hex 41 5D BB 41 32 0 1B E2 30 31
Octal 101 135 273 101 62 0 33 342 60 61
Binary 1000001 1011101 10111011 1000001 110010 0 11011 11100010 110000 110001

Color Harmonies of #415DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415DBB

Black with #415DBB

Text Example


Text Example

White with #415DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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