Html Css Color HEX #485ACD Free Speech Blue

📋 copy color: '#485ACD'

red 72 ◦ green 90 ◦ blue 205

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

Shades of Free Speech Blue #485ACD

Tints of Free Speech Blue #485ACD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.52%

 BLUE value IS 205 (80.47% from 255) = 55.86%

R = 19.62%
G = 24.52%
B = 55.86%

CMYK

 C value IS 0.65

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#485ACD (or 0x485ACD) is known color: Free Speech Blue. HEX triplet: 48, 5A and CD. RGB value is (72,90,205). Sum of RGB (Red+Green+Blue) = 72+90+205=367 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.62% from 367); Green value is 90 (35.55% from 255 or 24.52% from 367); Blue value is 205 (80.47% from 255 or 55.86% from 367); Max value from RGB is 205 - color contains mainly: blue. Hex color #485ACD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #485ACD is #B7A532. Grayscale: #616161. Windows color (decimal): -12035379 or 13457992. OLE color: 13457992.

HSL color Cylindrical-coordinate representation of color #485ACD: hue angle of 231.88º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #485ACD is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 72 90 205 -
CMYK 0.65 0.56 0 0.20
HSL 231.88º 0.57% 0.54% -
HSV(B) 231.88º 0.65% 0.8% -
XYZ 17.35 13.1 59.37 -
YUV 97.73 188.54 109.65 -
System Red Green Blue C M Y K H S L
Decimal 72 90 205 0.65 0.56 0 0.20 231.88 0.57 0.54
Hex 48 5A CD 41 38 0 14 E8 39 36
Octal 110 132 315 101 70 0 24 350 71 66
Binary 1001000 1011010 11001101 1000001 111000 0 10100 11101000 111001 110110

Color Harmonies of #485ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485ACD

Black with #485ACD

Text Example


Text Example

White with #485ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,90,205); }

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

background-color css

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

 a { background-color: rgb(72,90,205); }

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

border-color css

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

 span { border-color: rgb(72,90,205); }

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