Html Css Color HEX #4130D2 Free Speech Blue

📋 copy color: '#4130D2'

red 65 ◦ green 48 ◦ blue 210

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

Shades of Free Speech Blue #4130D2

Tints of Free Speech Blue #4130D2

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.86%

 BLUE value IS 210 (82.42% from 255) = 65.02%

R = 20.12%
G = 14.86%
B = 65.02%

CMYK

 C value IS 0.69

 M value IS 0.77

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#4130D2 (or 0x4130D2) is known color: Free Speech Blue. HEX triplet: 41, 30 and D2. RGB value is (65,48,210). Sum of RGB (Red+Green+Blue) = 65+48+210=323 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.12% from 323); Green value is 48 (19.14% from 255 or 14.86% from 323); Blue value is 210 (82.42% from 255 or 65.02% from 323); Max value from RGB is 210 - color contains mainly: blue. Hex color #4130D2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4130D2 is #BECF2D. Grayscale: #464646. Windows color (decimal): -12504878 or 13774913. OLE color: 13774913.

HSL color Cylindrical-coordinate representation of color #4130D2: hue angle of 246.3º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4130D2 is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 65 48 210 -
CMYK 0.69 0.77 0 0.18
HSL 246.3º 0.64% 0.51% -
HSV(B) 246.3º 0.77% 0.82% -
XYZ 14.87 7.89 61.71 -
YUV 71.55 206.13 123.33 -
System Red Green Blue C M Y K H S L
Decimal 65 48 210 0.69 0.77 0 0.18 246.3 0.64 0.51
Hex 41 30 D2 45 4D 0 12 F6 40 33
Octal 101 60 322 105 115 0 22 366 100 63
Binary 1000001 110000 11010010 1000101 1001101 0 10010 11110110 1000000 110011

Color Harmonies of #4130D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4130D2

Black with #4130D2

Text Example


Text Example

White with #4130D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4130D2; }

 p { color: rgb(65,48,210); }

 H1.HeaderClassName
 {
   color: #4130D2;
 }
 .AnyTagClassName
 {
   color: #4130D2;
 }
</style>

background-color css

<style>
 a { background-color: #4130D2; }

 a { background-color: rgb(65,48,210); }

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

border-color css

<style>
 span { border-color: #4130D2; }

 span { border-color: rgb(65,48,210); }

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