Html Css Color HEX #4580F5 Royal Blue

📋 copy color: '#4580F5'

red 69 ◦ green 128 ◦ blue 245

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

Shades of Royal Blue #4580F5

Tints of Royal Blue #4580F5

RGB

 RED value IS 69 (27.34% from 255) = 15.61%

 GREEN value IS 128 (50.39% from 255) = 28.96%

 BLUE value IS 245 (96.09% from 255) = 55.43%

R = 15.61%
G = 28.96%
B = 55.43%

CMYK

 C value IS 0.72

 M value IS 0.48

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#4580F5 (or 0x4580F5) is known color: Royal Blue. HEX triplet: 45, 80 and F5. RGB value is (69,128,245). Sum of RGB (Red+Green+Blue) = 69+128+245=442 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.61% from 442); Green value is 128 (50.39% from 255 or 28.96% from 442); Blue value is 245 (96.09% from 255 or 55.43% from 442); Max value from RGB is 245 - color contains mainly: blue. Hex color #4580F5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4580F5 is #BA7F0A. Grayscale: #7B7B7B. Windows color (decimal): -12222219 or 16089157. OLE color: 16089157.

HSL color Cylindrical-coordinate representation of color #4580F5: hue angle of 219.89º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4580F5 is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 69 128 245 -
CMYK 0.72 0.48 0 0.04
HSL 219.89º 0.9% 0.62% -
HSV(B) 219.89º 0.72% 0.96% -
XYZ 26.65 23.3 89.48 -
YUV 123.7 196.45 88.99 -
System Red Green Blue C M Y K H S L
Decimal 69 128 245 0.72 0.48 0 0.04 219.89 0.9 0.62
Hex 45 80 F5 48 30 0 4 DC 5A 3E
Octal 105 200 365 110 60 0 4 334 132 76
Binary 1000101 10000000 11110101 1001000 110000 0 100 11011100 1011010 111110

Color Harmonies of #4580F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4580F5

Black with #4580F5

Text Example


Text Example

White with #4580F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4580F5; }

 p { color: rgb(69,128,245); }

 H1.HeaderClassName
 {
   color: #4580F5;
 }
 .AnyTagClassName
 {
   color: #4580F5;
 }
</style>

background-color css

<style>
 a { background-color: #4580F5; }

 a { background-color: rgb(69,128,245); }

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

border-color css

<style>
 span { border-color: #4580F5; }

 span { border-color: rgb(69,128,245); }

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