Html Css Color HEX #485CDA Royal Blue

📋 copy color: '#485CDA'

red 72 ◦ green 92 ◦ blue 218

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

Shades of Royal Blue #485CDA

Tints of Royal Blue #485CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 57.07%

R = 18.85%
G = 24.08%
B = 57.07%

CMYK

 C value IS 0.67

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#485CDA (or 0x485CDA) is known color: Royal Blue. HEX triplet: 48, 5C and DA. RGB value is (72,92,218). Sum of RGB (Red+Green+Blue) = 72+92+218=382 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.85% from 382); Green value is 92 (36.33% from 255 or 24.08% from 382); Blue value is 218 (85.55% from 255 or 57.07% from 382); Max value from RGB is 218 - color contains mainly: blue. Hex color #485CDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #485CDA is #B7A325. Grayscale: #636363. Windows color (decimal): -12034854 or 14310472. OLE color: 14310472.

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

Color convert

RGB 72 92 218 -
CMYK 0.67 0.58 0 0.15
HSL 231.78º 0.66% 0.57% -
HSV(B) 231.78º 0.67% 0.85% -
XYZ 19.15 14.09 68.04 -
YUV 100.38 194.37 107.75 -
System Red Green Blue C M Y K H S L
Decimal 72 92 218 0.67 0.58 0 0.15 231.78 0.66 0.57
Hex 48 5C DA 43 3A 0 F E8 42 39
Octal 110 134 332 103 72 0 17 350 102 71
Binary 1001000 1011100 11011010 1000011 111010 0 1111 11101000 1000010 111001

Color Harmonies of #485CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485CDA

Black with #485CDA

Text Example


Text Example

White with #485CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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