Html Css Color HEX #485BEB Royal Blue

📋 copy color: '#485BEB'

red 72 ◦ green 91 ◦ blue 235

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

Shades of Royal Blue #485BEB

Tints of Royal Blue #485BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 59.05%

R = 18.09%
G = 22.86%
B = 59.05%

CMYK

 C value IS 0.69

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#485BEB (or 0x485BEB) is known color: Royal Blue. HEX triplet: 48, 5B and EB. RGB value is (72,91,235). Sum of RGB (Red+Green+Blue) = 72+91+235=398 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.09% from 398); Green value is 91 (35.94% from 255 or 22.86% from 398); Blue value is 235 (92.19% from 255 or 59.05% from 398); Max value from RGB is 235 - color contains mainly: blue. Hex color #485BEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #485BEB is #B7A414. Grayscale: #656565. Windows color (decimal): -12035093 or 15424328. OLE color: 15424328.

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

Color convert

RGB 72 91 235 -
CMYK 0.69 0.61 0 0.08
HSL 233.01º 0.8% 0.6% -
HSV(B) 233.01º 0.69% 0.92% -
XYZ 21.41 14.86 80.34 -
YUV 101.74 203.21 106.79 -
System Red Green Blue C M Y K H S L
Decimal 72 91 235 0.69 0.61 0 0.08 233.01 0.8 0.6
Hex 48 5B EB 45 3D 0 8 E9 50 3C
Octal 110 133 353 105 75 0 10 351 120 74
Binary 1001000 1011011 11101011 1000101 111101 0 1000 11101001 1010000 111100

Color Harmonies of #485BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485BEB

Black with #485BEB

Text Example


Text Example

White with #485BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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