Html Css Color HEX #415FCB Free Speech Blue

📋 copy color: '#415FCB'

red 65 ◦ green 95 ◦ blue 203

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

Shades of Free Speech Blue #415FCB

Tints of Free Speech Blue #415FCB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.17%

 BLUE value IS 203 (79.69% from 255) = 55.92%

R = 17.91%
G = 26.17%
B = 55.92%

CMYK

 C value IS 0.68

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#415FCB (or 0x415FCB) is known color: Free Speech Blue. HEX triplet: 41, 5F and CB. RGB value is (65,95,203). Sum of RGB (Red+Green+Blue) = 65+95+203=363 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.91% from 363); Green value is 95 (37.5% from 255 or 26.17% from 363); Blue value is 203 (79.69% from 255 or 55.92% from 363); Max value from RGB is 203 - color contains mainly: blue. Hex color #415FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #415FCB is #BEA034. Grayscale: #616161. Windows color (decimal): -12492853 or 13328193. OLE color: 13328193.

HSL color Cylindrical-coordinate representation of color #415FCB: hue angle of 226.96º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #415FCB is Cyan = 0.68, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 65 95 203 -
CMYK 0.68 0.53 0 0.20
HSL 226.96º 0.57% 0.53% -
HSV(B) 226.96º 0.68% 0.8% -
XYZ 17.05 13.62 58.23 -
YUV 98.34 187.06 104.22 -
System Red Green Blue C M Y K H S L
Decimal 65 95 203 0.68 0.53 0 0.20 226.96 0.57 0.53
Hex 41 5F CB 44 35 0 14 E3 39 35
Octal 101 137 313 104 65 0 24 343 71 65
Binary 1000001 1011111 11001011 1000100 110101 0 10100 11100011 111001 110101

Color Harmonies of #415FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415FCB

Black with #415FCB

Text Example


Text Example

White with #415FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,95,203); }

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

background-color css

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

 a { background-color: rgb(65,95,203); }

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

border-color css

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

 span { border-color: rgb(65,95,203); }

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