Html Css Color HEX #485ED0 Free Speech Blue

📋 copy color: '#485ED0'

red 72 ◦ green 94 ◦ blue 208

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

Shades of Free Speech Blue #485ED0

Tints of Free Speech Blue #485ED0

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.13%

 BLUE value IS 208 (81.64% from 255) = 55.61%

R = 19.25%
G = 25.13%
B = 55.61%

CMYK

 C value IS 0.65

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#485ED0 (or 0x485ED0) is known color: Free Speech Blue. HEX triplet: 48, 5E and D0. RGB value is (72,94,208). Sum of RGB (Red+Green+Blue) = 72+94+208=374 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.25% from 374); Green value is 94 (37.11% from 255 or 25.13% from 374); Blue value is 208 (81.64% from 255 or 55.61% from 374); Max value from RGB is 208 - color contains mainly: blue. Hex color #485ED0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #485ED0 is #B7A12F. Grayscale: #636363. Windows color (decimal): -12034352 or 13655624. OLE color: 13655624.

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

Color convert

RGB 72 94 208 -
CMYK 0.65 0.55 0 0.18
HSL 230.29º 0.59% 0.55% -
HSV(B) 230.29º 0.65% 0.82% -
XYZ 18.06 13.94 61.41 -
YUV 100.42 188.71 107.73 -
System Red Green Blue C M Y K H S L
Decimal 72 94 208 0.65 0.55 0 0.18 230.29 0.59 0.55
Hex 48 5E D0 41 37 0 12 E6 3B 37
Octal 110 136 320 101 67 0 22 346 73 67
Binary 1001000 1011110 11010000 1000001 110111 0 10010 11100110 111011 110111

Color Harmonies of #485ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485ED0

Black with #485ED0

Text Example


Text Example

White with #485ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,94,208); }

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

background-color css

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

 a { background-color: rgb(72,94,208); }

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

border-color css

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

 span { border-color: rgb(72,94,208); }

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