Html Css Color HEX #485ADF Royal Blue

📋 copy color: '#485ADF'

red 72 ◦ green 90 ◦ blue 223

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

Shades of Royal Blue #485ADF

Tints of Royal Blue #485ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 57.92%

R = 18.7%
G = 23.38%
B = 57.92%

CMYK

 C value IS 0.68

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#485ADF (or 0x485ADF) is known color: Royal Blue. HEX triplet: 48, 5A and DF. RGB value is (72,90,223). Sum of RGB (Red+Green+Blue) = 72+90+223=385 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.70% from 385); Green value is 90 (35.55% from 255 or 23.38% from 385); Blue value is 223 (87.5% from 255 or 57.92% from 385); Max value from RGB is 223 - color contains mainly: blue. Hex color #485ADF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #485ADF is #B7A520. Grayscale: #636363. Windows color (decimal): -12035361 or 14637640. OLE color: 14637640.

HSL color Cylindrical-coordinate representation of color #485ADF: hue angle of 232.85º degrees, saturation: 0.7, 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 #485ADF is Cyan = 0.68, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 90 223 -
CMYK 0.68 0.60 0 0.13
HSL 232.85º 0.7% 0.58% -
HSV(B) 232.85º 0.68% 0.87% -
XYZ 19.65 14.02 71.48 -
YUV 99.78 197.54 108.19 -
System Red Green Blue C M Y K H S L
Decimal 72 90 223 0.68 0.60 0 0.13 232.85 0.7 0.58
Hex 48 5A DF 44 3C 0 D E9 46 3A
Octal 110 132 337 104 74 0 15 351 106 72
Binary 1001000 1011010 11011111 1000100 111100 0 1101 11101001 1000110 111010

Color Harmonies of #485ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485ADF

Black with #485ADF

Text Example


Text Example

White with #485ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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