Html Css Color HEX #485DDF Royal Blue

📋 copy color: '#485DDF'

red 72 ◦ green 93 ◦ blue 223

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

Shades of Royal Blue #485DDF

Tints of Royal Blue #485DDF

RGB

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

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

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

R = 18.56%
G = 23.97%
B = 57.47%

CMYK

 C value IS 0.68

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#485DDF (or 0x485DDF) is known color: Royal Blue. HEX triplet: 48, 5D and DF. RGB value is (72,93,223). Sum of RGB (Red+Green+Blue) = 72+93+223=388 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.56% from 388); Green value is 93 (36.72% from 255 or 23.97% from 388); Blue value is 223 (87.5% from 255 or 57.47% from 388); Max value from RGB is 223 - color contains mainly: blue. Hex color #485DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #485DDF is #B7A220. Grayscale: #656565. Windows color (decimal): -12034593 or 14638408. OLE color: 14638408.

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

Color convert

RGB 72 93 223 -
CMYK 0.68 0.58 0 0.13
HSL 231.66º 0.7% 0.58% -
HSV(B) 231.66º 0.68% 0.87% -
XYZ 19.91 14.53 71.57 -
YUV 101.54 196.54 106.93 -
System Red Green Blue C M Y K H S L
Decimal 72 93 223 0.68 0.58 0 0.13 231.66 0.7 0.58
Hex 48 5D DF 44 3A 0 D E8 46 3A
Octal 110 135 337 104 72 0 15 350 106 72
Binary 1001000 1011101 11011111 1000100 111010 0 1101 11101000 1000110 111010

Color Harmonies of #485DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485DDF

Black with #485DDF

Text Example


Text Example

White with #485DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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