Html Css Color HEX #485EDE Royal Blue

📋 copy color: '#485EDE'

red 72 ◦ green 94 ◦ blue 222

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

Shades of Royal Blue #485EDE

Tints of Royal Blue #485EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 57.22%

R = 18.56%
G = 24.23%
B = 57.22%

CMYK

 C value IS 0.68

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#485EDE (or 0x485EDE) is known color: Royal Blue. HEX triplet: 48, 5E and DE. RGB value is (72,94,222). Sum of RGB (Red+Green+Blue) = 72+94+222=388 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.56% from 388); Green value is 94 (37.11% from 255 or 24.23% from 388); Blue value is 222 (87.11% from 255 or 57.22% from 388); Max value from RGB is 222 - color contains mainly: blue. Hex color #485EDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #485EDE is #B7A121. Grayscale: #656565. Windows color (decimal): -12034338 or 14573128. OLE color: 14573128.

HSL color Cylindrical-coordinate representation of color #485EDE: hue angle of 231.2º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #485EDE is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 94 222 -
CMYK 0.68 0.58 0 0.13
HSL 231.2º 0.69% 0.58% -
HSV(B) 231.2º 0.68% 0.87% -
XYZ 19.86 14.66 70.89 -
YUV 102.01 195.71 106.59 -
System Red Green Blue C M Y K H S L
Decimal 72 94 222 0.68 0.58 0 0.13 231.2 0.69 0.58
Hex 48 5E DE 44 3A 0 D E7 45 3A
Octal 110 136 336 104 72 0 15 347 105 72
Binary 1001000 1011110 11011110 1000100 111010 0 1101 11100111 1000101 111010

Color Harmonies of #485EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485EDE

Black with #485EDE

Text Example


Text Example

White with #485EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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