Html Css Color HEX #485CE8 Royal Blue

📋 copy color: '#485CE8'

red 72 ◦ green 92 ◦ blue 232

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

Shades of Royal Blue #485CE8

Tints of Royal Blue #485CE8

RGB

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

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

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

R = 18.18%
G = 23.23%
B = 58.59%

CMYK

 C value IS 0.69

 M value IS 0.60

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#485CE8 (or 0x485CE8) is known color: Royal Blue. HEX triplet: 48, 5C and E8. RGB value is (72,92,232). Sum of RGB (Red+Green+Blue) = 72+92+232=396 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.18% from 396); Green value is 92 (36.33% from 255 or 23.23% from 396); Blue value is 232 (91.02% from 255 or 58.59% from 396); Max value from RGB is 232 - color contains mainly: blue. Hex color #485CE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #485CE8 is #B7A317. Grayscale: #656565. Windows color (decimal): -12034840 or 15227976. OLE color: 15227976.

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

Color convert

RGB 72 92 232 -
CMYK 0.69 0.60 0 0.09
HSL 232.5º 0.78% 0.6% -
HSV(B) 232.5º 0.69% 0.91% -
XYZ 21.07 14.86 78.1 -
YUV 101.98 201.37 106.62 -
System Red Green Blue C M Y K H S L
Decimal 72 92 232 0.69 0.60 0 0.09 232.5 0.78 0.6
Hex 48 5C E8 45 3C 0 9 E8 4E 3C
Octal 110 134 350 105 74 0 11 350 116 74
Binary 1001000 1011100 11101000 1000101 111100 0 1001 11101000 1001110 111100

Color Harmonies of #485CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485CE8

Black with #485CE8

Text Example


Text Example

White with #485CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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