Html Css Color HEX #485CE9 Royal Blue

📋 copy color: '#485CE9'

red 72 ◦ green 92 ◦ blue 233

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

Shades of Royal Blue #485CE9

Tints of Royal Blue #485CE9

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.17%

 BLUE value IS 233 (91.41% from 255) = 58.69%

R = 18.14%
G = 23.17%
B = 58.69%

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

#485CE9 (or 0x485CE9) is known color: Royal Blue. HEX triplet: 48, 5C and E9. RGB value is (72,92,233). Sum of RGB (Red+Green+Blue) = 72+92+233=397 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.14% from 397); Green value is 92 (36.33% from 255 or 23.17% from 397); Blue value is 233 (91.41% from 255 or 58.69% from 397); Max value from RGB is 233 - color contains mainly: blue. Hex color #485CE9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #485CE9 is #B7A316. Grayscale: #656565. Windows color (decimal): -12034839 or 15293512. OLE color: 15293512.

HSL color Cylindrical-coordinate representation of color #485CE9: hue angle of 232.55º degrees, saturation: 0.79, 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 #485CE9 is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 72 92 233 -
CMYK 0.69 0.61 0 0.09
HSL 232.55º 0.79% 0.6% -
HSV(B) 232.55º 0.69% 0.91% -
XYZ 21.21 14.92 78.85 -
YUV 102.09 201.87 106.54 -
System Red Green Blue C M Y K H S L
Decimal 72 92 233 0.69 0.61 0 0.09 232.55 0.79 0.6
Hex 48 5C E9 45 3D 0 9 E9 4F 3C
Octal 110 134 351 105 75 0 11 351 117 74
Binary 1001000 1011100 11101001 1000101 111101 0 1001 11101001 1001111 111100

Color Harmonies of #485CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485CE9

Black with #485CE9

Text Example


Text Example

White with #485CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,92,233); }

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

background-color css

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

 a { background-color: rgb(72,92,233); }

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

border-color css

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

 span { border-color: rgb(72,92,233); }

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