Html Css Color HEX #485DCC Free Speech Blue

📋 copy color: '#485DCC'

red 72 ◦ green 93 ◦ blue 204

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

Shades of Free Speech Blue #485DCC

Tints of Free Speech Blue #485DCC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.2%

 BLUE value IS 204 (80.08% from 255) = 55.28%

R = 19.51%
G = 25.2%
B = 55.28%

CMYK

 C value IS 0.65

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#485DCC (or 0x485DCC) is known color: Free Speech Blue. HEX triplet: 48, 5D and CC. RGB value is (72,93,204). Sum of RGB (Red+Green+Blue) = 72+93+204=369 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.51% from 369); Green value is 93 (36.72% from 255 or 25.20% from 369); Blue value is 204 (80.08% from 255 or 55.28% from 369); Max value from RGB is 204 - color contains mainly: blue. Hex color #485DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #485DCC is #B7A233. Grayscale: #626262. Windows color (decimal): -12034612 or 13393224. OLE color: 13393224.

HSL color Cylindrical-coordinate representation of color #485DCC: hue angle of 230.45º degrees, saturation: 0.56, 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 #485DCC is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 72 93 204 -
CMYK 0.65 0.54 0 0.2
HSL 230.45º 0.56% 0.54% -
HSV(B) 230.45º 0.65% 0.8% -
XYZ 17.49 13.57 58.82 -
YUV 99.38 187.04 108.47 -
System Red Green Blue C M Y K H S L
Decimal 72 93 204 0.65 0.54 0 0.2 230.45 0.56 0.54
Hex 48 5D CC 41 36 0 14 E6 38 36
Octal 110 135 314 101 66 0 24 346 70 66
Binary 1001000 1011101 11001100 1000001 110110 0 10100 11100110 111000 110110

Color Harmonies of #485DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485DCC

Black with #485DCC

Text Example


Text Example

White with #485DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,93,204); }

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

background-color css

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

 a { background-color: rgb(72,93,204); }

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

border-color css

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

 span { border-color: rgb(72,93,204); }

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