Html Css Color HEX #485DDD Royal Blue

📋 copy color: '#485DDD'

red 72 ◦ green 93 ◦ blue 221

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

Shades of Royal Blue #485DDD

Tints of Royal Blue #485DDD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.09%

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

R = 18.65%
G = 24.09%
B = 57.25%

CMYK

 C value IS 0.67

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#485DDD (or 0x485DDD) is known color: Royal Blue. HEX triplet: 48, 5D and DD. RGB value is (72,93,221). Sum of RGB (Red+Green+Blue) = 72+93+221=386 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.65% from 386); Green value is 93 (36.72% from 255 or 24.09% from 386); Blue value is 221 (86.72% from 255 or 57.25% from 386); Max value from RGB is 221 - color contains mainly: blue. Hex color #485DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #485DDD is #B7A222. Grayscale: #646464. Windows color (decimal): -12034595 or 14507336. OLE color: 14507336.

HSL color Cylindrical-coordinate representation of color #485DDD: hue angle of 231.54º 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 #485DDD is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 93 221 -
CMYK 0.67 0.58 0 0.13
HSL 231.54º 0.69% 0.57% -
HSV(B) 231.54º 0.67% 0.87% -
XYZ 19.64 14.43 70.16 -
YUV 101.31 195.54 107.09 -
System Red Green Blue C M Y K H S L
Decimal 72 93 221 0.67 0.58 0 0.13 231.54 0.69 0.57
Hex 48 5D DD 43 3A 0 D E8 45 39
Octal 110 135 335 103 72 0 15 350 105 71
Binary 1001000 1011101 11011101 1000011 111010 0 1101 11101000 1000101 111001

Color Harmonies of #485DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485DDD

Black with #485DDD

Text Example


Text Example

White with #485DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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