Html Css Color HEX #485EDB Royal Blue

📋 copy color: '#485EDB'

red 72 ◦ green 94 ◦ blue 219

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

Shades of Royal Blue #485EDB

Tints of Royal Blue #485EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 56.88%

R = 18.7%
G = 24.42%
B = 56.88%

CMYK

 C value IS 0.67

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#485EDB (or 0x485EDB) is known color: Royal Blue. HEX triplet: 48, 5E and DB. RGB value is (72,94,219). Sum of RGB (Red+Green+Blue) = 72+94+219=385 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.70% from 385); Green value is 94 (37.11% from 255 or 24.42% from 385); Blue value is 219 (85.94% from 255 or 56.88% from 385); Max value from RGB is 219 - color contains mainly: blue. Hex color #485EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #485EDB is #B7A124. Grayscale: #656565. Windows color (decimal): -12034341 or 14376520. OLE color: 14376520.

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

Color convert

RGB 72 94 219 -
CMYK 0.67 0.57 0 0.14
HSL 231.02º 0.67% 0.57% -
HSV(B) 231.02º 0.67% 0.86% -
XYZ 19.46 14.5 68.79 -
YUV 101.67 194.21 106.84 -
System Red Green Blue C M Y K H S L
Decimal 72 94 219 0.67 0.57 0 0.14 231.02 0.67 0.57
Hex 48 5E DB 43 39 0 E E7 43 39
Octal 110 136 333 103 71 0 16 347 103 71
Binary 1001000 1011110 11011011 1000011 111001 0 1110 11100111 1000011 111001

Color Harmonies of #485EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485EDB

Black with #485EDB

Text Example


Text Example

White with #485EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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