Html Css Color HEX #485BDC Royal Blue

📋 copy color: '#485BDC'

red 72 ◦ green 91 ◦ blue 220

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

Shades of Royal Blue #485BDC

Tints of Royal Blue #485BDC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.76%

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

R = 18.8%
G = 23.76%
B = 57.44%

CMYK

 C value IS 0.67

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#485BDC (or 0x485BDC) is known color: Royal Blue. HEX triplet: 48, 5B and DC. RGB value is (72,91,220). Sum of RGB (Red+Green+Blue) = 72+91+220=383 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.80% from 383); Green value is 91 (35.94% from 255 or 23.76% from 383); Blue value is 220 (86.33% from 255 or 57.44% from 383); Max value from RGB is 220 - color contains mainly: blue. Hex color #485BDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #485BDC is #B7A423. Grayscale: #636363. Windows color (decimal): -12035108 or 14441288. OLE color: 14441288.

HSL color Cylindrical-coordinate representation of color #485BDC: hue angle of 232.3º 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 #485BDC is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 72 91 220 -
CMYK 0.67 0.59 0 0.14
HSL 232.3º 0.68% 0.57% -
HSV(B) 232.3º 0.67% 0.86% -
XYZ 19.33 14.03 69.4 -
YUV 100.03 195.71 108.01 -
System Red Green Blue C M Y K H S L
Decimal 72 91 220 0.67 0.59 0 0.14 232.3 0.68 0.57
Hex 48 5B DC 43 3B 0 E E8 44 39
Octal 110 133 334 103 73 0 16 350 104 71
Binary 1001000 1011011 11011100 1000011 111011 0 1110 11101000 1000100 111001

Color Harmonies of #485BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485BDC

Black with #485BDC

Text Example


Text Example

White with #485BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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