Html Css Color HEX #485EEC Royal Blue

📋 copy color: '#485EEC'

red 72 ◦ green 94 ◦ blue 236

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

Shades of Royal Blue #485EEC

Tints of Royal Blue #485EEC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.38%

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

R = 17.91%
G = 23.38%
B = 58.71%

CMYK

 C value IS 0.69

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#485EEC (or 0x485EEC) is known color: Royal Blue. HEX triplet: 48, 5E and EC. RGB value is (72,94,236). Sum of RGB (Red+Green+Blue) = 72+94+236=402 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.91% from 402); Green value is 94 (37.11% from 255 or 23.38% from 402); Blue value is 236 (92.58% from 255 or 58.71% from 402); Max value from RGB is 236 - color contains mainly: blue. Hex color #485EEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #485EEC is #B7A113. Grayscale: #676767. Windows color (decimal): -12034324 or 15490632. OLE color: 15490632.

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

Color convert

RGB 72 94 236 -
CMYK 0.69 0.60 0 0.07
HSL 231.95º 0.81% 0.6% -
HSV(B) 231.95º 0.69% 0.93% -
XYZ 21.82 15.44 81.19 -
YUV 103.61 202.71 105.45 -
System Red Green Blue C M Y K H S L
Decimal 72 94 236 0.69 0.60 0 0.07 231.95 0.81 0.6
Hex 48 5E EC 45 3C 0 7 E8 51 3C
Octal 110 136 354 105 74 0 7 350 121 74
Binary 1001000 1011110 11101100 1000101 111100 0 111 11101000 1010001 111100

Color Harmonies of #485EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485EEC

Black with #485EEC

Text Example


Text Example

White with #485EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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