Html Css Color HEX #485FD1 Free Speech Blue

📋 copy color: '#485FD1'

red 72 ◦ green 95 ◦ blue 209

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

Shades of Free Speech Blue #485FD1

Tints of Free Speech Blue #485FD1

RGB

 RED value IS 72 (28.52% from 255) = 19.15%

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

 BLUE value IS 209 (82.03% from 255) = 55.59%

R = 19.15%
G = 25.27%
B = 55.59%

CMYK

 C value IS 0.66

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#485FD1 (or 0x485FD1) is known color: Free Speech Blue. HEX triplet: 48, 5F and D1. RGB value is (72,95,209). Sum of RGB (Red+Green+Blue) = 72+95+209=376 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.15% from 376); Green value is 95 (37.5% from 255 or 25.27% from 376); Blue value is 209 (82.03% from 255 or 55.59% from 376); Max value from RGB is 209 - color contains mainly: blue. Hex color #485FD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #485FD1 is #B7A02E. Grayscale: #646464. Windows color (decimal): -12034095 or 13721416. OLE color: 13721416.

HSL color Cylindrical-coordinate representation of color #485FD1: hue angle of 229.93º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #485FD1 is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 72 95 209 -
CMYK 0.66 0.55 0 0.18
HSL 229.93º 0.6% 0.55% -
HSV(B) 229.93º 0.66% 0.82% -
XYZ 18.27 14.17 62.09 -
YUV 101.12 188.88 107.23 -
System Red Green Blue C M Y K H S L
Decimal 72 95 209 0.66 0.55 0 0.18 229.93 0.6 0.55
Hex 48 5F D1 42 37 0 12 E6 3C 37
Octal 110 137 321 102 67 0 22 346 74 67
Binary 1001000 1011111 11010001 1000010 110111 0 10010 11100110 111100 110111

Color Harmonies of #485FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485FD1

Black with #485FD1

Text Example


Text Example

White with #485FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485FD1; }

 p { color: rgb(72,95,209); }

 H1.HeaderClassName
 {
   color: #485FD1;
 }
 .AnyTagClassName
 {
   color: #485FD1;
 }
</style>

background-color css

<style>
 a { background-color: #485FD1; }

 a { background-color: rgb(72,95,209); }

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

border-color css

<style>
 span { border-color: #485FD1; }

 span { border-color: rgb(72,95,209); }

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