Html Css Color HEX #485EDD Royal Blue

📋 copy color: '#485EDD'

red 72 ◦ green 94 ◦ blue 221

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

Shades of Royal Blue #485EDD

Tints of Royal Blue #485EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 57.11%

R = 18.6%
G = 24.29%
B = 57.11%

CMYK

 C value IS 0.67

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#485EDD (or 0x485EDD) is known color: Royal Blue. HEX triplet: 48, 5E and DD. RGB value is (72,94,221). Sum of RGB (Red+Green+Blue) = 72+94+221=387 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.60% from 387); Green value is 94 (37.11% from 255 or 24.29% from 387); Blue value is 221 (86.72% from 255 or 57.11% from 387); Max value from RGB is 221 - color contains mainly: blue. Hex color #485EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #485EDD is #B7A122. Grayscale: #656565. Windows color (decimal): -12034339 or 14507592. OLE color: 14507592.

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

Color convert

RGB 72 94 221 -
CMYK 0.67 0.57 0 0.13
HSL 231.14º 0.69% 0.57% -
HSV(B) 231.14º 0.67% 0.87% -
XYZ 19.73 14.6 70.19 -
YUV 101.9 195.21 106.67 -
System Red Green Blue C M Y K H S L
Decimal 72 94 221 0.67 0.57 0 0.13 231.14 0.69 0.57
Hex 48 5E DD 43 39 0 D E7 45 39
Octal 110 136 335 103 71 0 15 347 105 71
Binary 1001000 1011110 11011101 1000011 111001 0 1101 11100111 1000101 111001

Color Harmonies of #485EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485EDD

Black with #485EDD

Text Example


Text Example

White with #485EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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