Html Css Color HEX #4580FF Royal Blue

📋 copy color: '#4580FF'

red 69 ◦ green 128 ◦ blue 255

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

Shades of Royal Blue #4580FF

Tints of Royal Blue #4580FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.42%

R = 15.27%
G = 28.32%
B = 56.42%

CMYK

 C value IS 0.73

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4580FF (or 0x4580FF) is known color: Royal Blue. HEX triplet: 45, 80 and FF. RGB value is (69,128,255). Sum of RGB (Red+Green+Blue) = 69+128+255=452 (59% of max value = 765). Red value is 69 (27.34% from 255 or 15.27% from 452); Green value is 128 (50.39% from 255 or 28.32% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #4580FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4580FF is #BA7F00. Grayscale: #7C7C7C. Windows color (decimal): -12222209 or 16744517. OLE color: 16744517.

HSL color Cylindrical-coordinate representation of color #4580FF: hue angle of 220.97º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4580FF is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 69 128 255 -
CMYK 0.73 0.50 0 0
HSL 220.97º 1% 0.64% -
HSV(B) 220.97º 0.73% 1% -
XYZ 28.22 23.92 97.74 -
YUV 124.84 201.45 88.17 -
System Red Green Blue C M Y K H S L
Decimal 69 128 255 0.73 0.50 0 0 220.97 1 0.64
Hex 45 80 FF 49 32 0 0 DD 64 40
Octal 105 200 377 111 62 0 0 335 144 100
Binary 1000101 10000000 11111111 1001001 110010 0 0 11011101 1100100 1000000

Color Harmonies of #4580FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4580FF

Black with #4580FF

Text Example


Text Example

White with #4580FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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