Html Css Color HEX #485CDD Royal Blue

📋 copy color: '#485CDD'

red 72 ◦ green 92 ◦ blue 221

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

Shades of Royal Blue #485CDD

Tints of Royal Blue #485CDD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.9%

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

R = 18.7%
G = 23.9%
B = 57.4%

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

#485CDD (or 0x485CDD) is known color: Royal Blue. HEX triplet: 48, 5C and DD. RGB value is (72,92,221). Sum of RGB (Red+Green+Blue) = 72+92+221=385 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.70% from 385); Green value is 92 (36.33% from 255 or 23.90% from 385); Blue value is 221 (86.72% from 255 or 57.40% from 385); Max value from RGB is 221 - color contains mainly: blue. Hex color #485CDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #485CDD is #B7A322. Grayscale: #646464. Windows color (decimal): -12034851 or 14507080. OLE color: 14507080.

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

Color convert

RGB 72 92 221 -
CMYK 0.67 0.58 0 0.13
HSL 231.95º 0.69% 0.57% -
HSV(B) 231.95º 0.67% 0.87% -
XYZ 19.55 14.25 70.13 -
YUV 100.73 195.87 107.51 -
System Red Green Blue C M Y K H S L
Decimal 72 92 221 0.67 0.58 0 0.13 231.95 0.69 0.57
Hex 48 5C DD 43 3A 0 D E8 45 39
Octal 110 134 335 103 72 0 15 350 105 71
Binary 1001000 1011100 11011101 1000011 111010 0 1101 11101000 1000101 111001

Color Harmonies of #485CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485CDD

Black with #485CDD

Text Example


Text Example

White with #485CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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