Html Css Color HEX #485AE8 Royal Blue

📋 copy color: '#485AE8'

red 72 ◦ green 90 ◦ blue 232

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

Shades of Royal Blue #485AE8

Tints of Royal Blue #485AE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 58.88%

R = 18.27%
G = 22.84%
B = 58.88%

CMYK

 C value IS 0.69

 M value IS 0.61

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#485AE8 (or 0x485AE8) is known color: Royal Blue. HEX triplet: 48, 5A and E8. RGB value is (72,90,232). Sum of RGB (Red+Green+Blue) = 72+90+232=394 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.27% from 394); Green value is 90 (35.55% from 255 or 22.84% from 394); Blue value is 232 (91.02% from 255 or 58.88% from 394); Max value from RGB is 232 - color contains mainly: blue. Hex color #485AE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #485AE8 is #B7A517. Grayscale: #646464. Windows color (decimal): -12035352 or 15227464. OLE color: 15227464.

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

Color convert

RGB 72 90 232 -
CMYK 0.69 0.61 0 0.09
HSL 233.25º 0.78% 0.6% -
HSV(B) 233.25º 0.69% 0.91% -
XYZ 20.89 14.52 78.04 -
YUV 100.81 202.04 107.45 -
System Red Green Blue C M Y K H S L
Decimal 72 90 232 0.69 0.61 0 0.09 233.25 0.78 0.6
Hex 48 5A E8 45 3D 0 9 E9 4E 3C
Octal 110 132 350 105 75 0 11 351 116 74
Binary 1001000 1011010 11101000 1000101 111101 0 1001 11101001 1001110 111100

Color Harmonies of #485AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485AE8

Black with #485AE8

Text Example


Text Example

White with #485AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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