Html Css Color HEX #485DDC Royal Blue

📋 copy color: '#485DDC'

red 72 ◦ green 93 ◦ blue 220

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

Shades of Royal Blue #485DDC

Tints of Royal Blue #485DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 57.14%

R = 18.7%
G = 24.16%
B = 57.14%

CMYK

 C value IS 0.67

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#485DDC (or 0x485DDC) is known color: Royal Blue. HEX triplet: 48, 5D and DC. RGB value is (72,93,220). Sum of RGB (Red+Green+Blue) = 72+93+220=385 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.70% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 220 (86.33% from 255 or 57.14% from 385); Max value from RGB is 220 - color contains mainly: blue. Hex color #485DDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #485DDC is #B7A223. Grayscale: #646464. Windows color (decimal): -12034596 or 14441800. OLE color: 14441800.

HSL color Cylindrical-coordinate representation of color #485DDC: hue angle of 231.49º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #485DDC is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 72 93 220 -
CMYK 0.67 0.58 0 0.14
HSL 231.49º 0.68% 0.57% -
HSV(B) 231.49º 0.67% 0.86% -
XYZ 19.51 14.37 69.46 -
YUV 101.2 195.04 107.17 -
System Red Green Blue C M Y K H S L
Decimal 72 93 220 0.67 0.58 0 0.14 231.49 0.68 0.57
Hex 48 5D DC 43 3A 0 E E7 44 39
Octal 110 135 334 103 72 0 16 347 104 71
Binary 1001000 1011101 11011100 1000011 111010 0 1110 11100111 1000100 111001

Color Harmonies of #485DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485DDC

Black with #485DDC

Text Example


Text Example

White with #485DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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