Html Css Color HEX #485EEB Royal Blue

📋 copy color: '#485EEB'

red 72 ◦ green 94 ◦ blue 235

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

Shades of Royal Blue #485EEB

Tints of Royal Blue #485EEB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.44%

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

R = 17.96%
G = 23.44%
B = 58.6%

CMYK

 C value IS 0.69

 M value IS 0.6

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#485EEB (or 0x485EEB) is known color: Royal Blue. HEX triplet: 48, 5E and EB. RGB value is (72,94,235). Sum of RGB (Red+Green+Blue) = 72+94+235=401 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.96% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 235 (92.19% from 255 or 58.60% from 401); Max value from RGB is 235 - color contains mainly: blue. Hex color #485EEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #485EEB is #B7A114. Grayscale: #666666. Windows color (decimal): -12034325 or 15425096. OLE color: 15425096.

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

Color convert

RGB 72 94 235 -
CMYK 0.69 0.6 0 0.08
HSL 231.9º 0.8% 0.6% -
HSV(B) 231.9º 0.69% 0.92% -
XYZ 21.67 15.38 80.42 -
YUV 103.5 202.21 105.54 -
System Red Green Blue C M Y K H S L
Decimal 72 94 235 0.69 0.6 0 0.08 231.9 0.8 0.6
Hex 48 5E EB 45 3C 0 8 E8 50 3C
Octal 110 136 353 105 74 0 10 350 120 74
Binary 1001000 1011110 11101011 1000101 111100 0 1000 11101000 1010000 111100

Color Harmonies of #485EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485EEB

Black with #485EEB

Text Example


Text Example

White with #485EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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