Html Css Color HEX #485BE6 Royal Blue

📋 copy color: '#485BE6'

red 72 ◦ green 91 ◦ blue 230

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

Shades of Royal Blue #485BE6

Tints of Royal Blue #485BE6

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.16%

 BLUE value IS 230 (90.23% from 255) = 58.52%

R = 18.32%
G = 23.16%
B = 58.52%

CMYK

 C value IS 0.69

 M value IS 0.60

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#485BE6 (or 0x485BE6) is known color: Royal Blue. HEX triplet: 48, 5B and E6. RGB value is (72,91,230). Sum of RGB (Red+Green+Blue) = 72+91+230=393 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.32% from 393); Green value is 91 (35.94% from 255 or 23.16% from 393); Blue value is 230 (90.23% from 255 or 58.52% from 393); Max value from RGB is 230 - color contains mainly: blue. Hex color #485BE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #485BE6 is #B7A419. Grayscale: #646464. Windows color (decimal): -12035098 or 15096648. OLE color: 15096648.

HSL color Cylindrical-coordinate representation of color #485BE6: hue angle of 232.78º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #485BE6 is Cyan = 0.69, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 72 91 230 -
CMYK 0.69 0.60 0 0.10
HSL 232.78º 0.76% 0.59% -
HSV(B) 232.78º 0.69% 0.9% -
XYZ 20.7 14.57 76.58 -
YUV 101.17 200.71 107.2 -
System Red Green Blue C M Y K H S L
Decimal 72 91 230 0.69 0.60 0 0.10 232.78 0.76 0.59
Hex 48 5B E6 45 3C 0 A E9 4C 3B
Octal 110 133 346 105 74 0 12 351 114 73
Binary 1001000 1011011 11100110 1000101 111100 0 1010 11101001 1001100 111011

Color Harmonies of #485BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485BE6

Black with #485BE6

Text Example


Text Example

White with #485BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,91,230); }

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

background-color css

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

 a { background-color: rgb(72,91,230); }

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

border-color css

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

 span { border-color: rgb(72,91,230); }

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