Html Css Color HEX #485AD9 Royal Blue

📋 copy color: '#485AD9'

red 72 ◦ green 90 ◦ blue 217

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

Shades of Royal Blue #485AD9

Tints of Royal Blue #485AD9

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.75%

 BLUE value IS 217 (85.16% from 255) = 57.26%

R = 19%
G = 23.75%
B = 57.26%

CMYK

 C value IS 0.67

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#485AD9 (or 0x485AD9) is known color: Royal Blue. HEX triplet: 48, 5A and D9. RGB value is (72,90,217). Sum of RGB (Red+Green+Blue) = 72+90+217=379 (50% of max value = 765). Red value is 72 (28.52% from 255 or 19.00% from 379); Green value is 90 (35.55% from 255 or 23.75% from 379); Blue value is 217 (85.16% from 255 or 57.26% from 379); Max value from RGB is 217 - color contains mainly: blue. Hex color #485AD9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #485AD9 is #B7A526. Grayscale: #626262. Windows color (decimal): -12035367 or 14244424. OLE color: 14244424.

HSL color Cylindrical-coordinate representation of color #485AD9: hue angle of 232.55º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #485AD9 is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 72 90 217 -
CMYK 0.67 0.59 0 0.15
HSL 232.55º 0.66% 0.57% -
HSV(B) 232.55º 0.67% 0.85% -
XYZ 18.85 13.7 67.3 -
YUV 99.1 194.54 108.67 -
System Red Green Blue C M Y K H S L
Decimal 72 90 217 0.67 0.59 0 0.15 232.55 0.66 0.57
Hex 48 5A D9 43 3B 0 F E9 42 39
Octal 110 132 331 103 73 0 17 351 102 71
Binary 1001000 1011010 11011001 1000011 111011 0 1111 11101001 1000010 111001

Color Harmonies of #485AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485AD9

Black with #485AD9

Text Example


Text Example

White with #485AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,90,217); }

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

background-color css

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

 a { background-color: rgb(72,90,217); }

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

border-color css

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

 span { border-color: rgb(72,90,217); }

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