Html Css Color HEX #485DEC Royal Blue

📋 copy color: '#485DEC'

red 72 ◦ green 93 ◦ blue 236

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

Shades of Royal Blue #485DEC

Tints of Royal Blue #485DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 58.85%

R = 17.96%
G = 23.19%
B = 58.85%

CMYK

 C value IS 0.69

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#485DEC (or 0x485DEC) is known color: Royal Blue. HEX triplet: 48, 5D and EC. RGB value is (72,93,236). Sum of RGB (Red+Green+Blue) = 72+93+236=401 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.96% from 401); Green value is 93 (36.72% from 255 or 23.19% from 401); Blue value is 236 (92.58% from 255 or 58.85% from 401); Max value from RGB is 236 - color contains mainly: blue. Hex color #485DEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #485DEC is #B7A213. Grayscale: #666666. Windows color (decimal): -12034580 or 15490376. OLE color: 15490376.

HSL color Cylindrical-coordinate representation of color #485DEC: hue angle of 232.32º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #485DEC is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 72 93 236 -
CMYK 0.69 0.61 0 0.07
HSL 232.32º 0.81% 0.6% -
HSV(B) 232.32º 0.69% 0.93% -
XYZ 21.73 15.26 81.16 -
YUV 103.02 203.04 105.87 -
System Red Green Blue C M Y K H S L
Decimal 72 93 236 0.69 0.61 0 0.07 232.32 0.81 0.6
Hex 48 5D EC 45 3D 0 7 E8 51 3C
Octal 110 135 354 105 75 0 7 350 121 74
Binary 1001000 1011101 11101100 1000101 111101 0 111 11101000 1010001 111100

Color Harmonies of #485DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485DEC

Black with #485DEC

Text Example


Text Example

White with #485DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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