Html Css Color HEX #485BE7 Royal Blue

📋 copy color: '#485BE7'

red 72 ◦ green 91 ◦ blue 231

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

Shades of Royal Blue #485BE7

Tints of Royal Blue #485BE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 58.63%

R = 18.27%
G = 23.1%
B = 58.63%

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

#485BE7 (or 0x485BE7) is known color: Royal Blue. HEX triplet: 48, 5B and E7. RGB value is (72,91,231). Sum of RGB (Red+Green+Blue) = 72+91+231=394 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.27% from 394); Green value is 91 (35.94% from 255 or 23.10% from 394); Blue value is 231 (90.62% from 255 or 58.63% from 394); Max value from RGB is 231 - color contains mainly: blue. Hex color #485BE7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #485BE7 is #B7A418. Grayscale: #646464. Windows color (decimal): -12035097 or 15162184. OLE color: 15162184.

HSL color Cylindrical-coordinate representation of color #485BE7: hue angle of 232.83º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #485BE7 is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 72 91 231 -
CMYK 0.69 0.61 0 0.09
HSL 232.83º 0.77% 0.59% -
HSV(B) 232.83º 0.69% 0.91% -
XYZ 20.84 14.63 77.33 -
YUV 101.28 201.21 107.12 -
System Red Green Blue C M Y K H S L
Decimal 72 91 231 0.69 0.61 0 0.09 232.83 0.77 0.59
Hex 48 5B E7 45 3D 0 9 E9 4D 3B
Octal 110 133 347 105 75 0 11 351 115 73
Binary 1001000 1011011 11100111 1000101 111101 0 1001 11101001 1001101 111011

Color Harmonies of #485BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485BE7

Black with #485BE7

Text Example


Text Example

White with #485BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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