Html Css Color HEX #485AEC Royal Blue

📋 copy color: '#485AEC'

red 72 ◦ green 90 ◦ blue 236

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

Shades of Royal Blue #485AEC

Tints of Royal Blue #485AEC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.61%

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

R = 18.09%
G = 22.61%
B = 59.3%

CMYK

 C value IS 0.69

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#485AEC (or 0x485AEC) is known color: Royal Blue. HEX triplet: 48, 5A and EC. RGB value is (72,90,236). Sum of RGB (Red+Green+Blue) = 72+90+236=398 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.09% from 398); Green value is 90 (35.55% from 255 or 22.61% from 398); Blue value is 236 (92.58% from 255 or 59.30% from 398); Max value from RGB is 236 - color contains mainly: blue. Hex color #485AEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #485AEC is #B7A513. Grayscale: #646464. Windows color (decimal): -12035348 or 15489608. OLE color: 15489608.

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

Color convert

RGB 72 90 236 -
CMYK 0.69 0.62 0 0.07
HSL 233.41º 0.81% 0.6% -
HSV(B) 233.41º 0.69% 0.93% -
XYZ 21.47 14.75 81.07 -
YUV 101.26 204.04 107.13 -
System Red Green Blue C M Y K H S L
Decimal 72 90 236 0.69 0.62 0 0.07 233.41 0.81 0.6
Hex 48 5A EC 45 3E 0 7 E9 51 3C
Octal 110 132 354 105 76 0 7 351 121 74
Binary 1001000 1011010 11101100 1000101 111110 0 111 11101001 1010001 111100

Color Harmonies of #485AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485AEC

Black with #485AEC

Text Example


Text Example

White with #485AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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