Html Css Color HEX #485EE7 Royal Blue

📋 copy color: '#485EE7'

red 72 ◦ green 94 ◦ blue 231

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

Shades of Royal Blue #485EE7

Tints of Royal Blue #485EE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 58.19%

R = 18.14%
G = 23.68%
B = 58.19%

CMYK

 C value IS 0.69

 M value IS 0.59

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#485EE7 (or 0x485EE7) is known color: Royal Blue. HEX triplet: 48, 5E and E7. RGB value is (72,94,231). Sum of RGB (Red+Green+Blue) = 72+94+231=397 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.14% from 397); Green value is 94 (37.11% from 255 or 23.68% from 397); Blue value is 231 (90.62% from 255 or 58.19% from 397); Max value from RGB is 231 - color contains mainly: blue. Hex color #485EE7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #485EE7 is #B7A118. Grayscale: #666666. Windows color (decimal): -12034329 or 15162952. OLE color: 15162952.

HSL color Cylindrical-coordinate representation of color #485EE7: hue angle of 231.7º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #485EE7 is Cyan = 0.69, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 72 94 231 -
CMYK 0.69 0.59 0 0.09
HSL 231.7º 0.77% 0.59% -
HSV(B) 231.7º 0.69% 0.91% -
XYZ 21.1 15.15 77.41 -
YUV 103.04 200.21 105.86 -
System Red Green Blue C M Y K H S L
Decimal 72 94 231 0.69 0.59 0 0.09 231.7 0.77 0.59
Hex 48 5E E7 45 3B 0 9 E8 4D 3B
Octal 110 136 347 105 73 0 11 350 115 73
Binary 1001000 1011110 11100111 1000101 111011 0 1001 11101000 1001101 111011

Color Harmonies of #485EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485EE7

Black with #485EE7

Text Example


Text Example

White with #485EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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