Html Css Color HEX #4580FD Royal Blue

📋 copy color: '#4580FD'

red 69 ◦ green 128 ◦ blue 253

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

Shades of Royal Blue #4580FD

Tints of Royal Blue #4580FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 56.22%

R = 15.33%
G = 28.44%
B = 56.22%

CMYK

 C value IS 0.73

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4580FD (or 0x4580FD) is known color: Royal Blue. HEX triplet: 45, 80 and FD. RGB value is (69,128,253). Sum of RGB (Red+Green+Blue) = 69+128+253=450 (59% of max value = 765). Red value is 69 (27.34% from 255 or 15.33% from 450); Green value is 128 (50.39% from 255 or 28.44% from 450); Blue value is 253 (99.22% from 255 or 56.22% from 450); Max value from RGB is 253 - color contains mainly: blue. Hex color #4580FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4580FD is #BA7F02. Grayscale: #7C7C7C. Windows color (decimal): -12222211 or 16613445. OLE color: 16613445.

HSL color Cylindrical-coordinate representation of color #4580FD: hue angle of 220.76º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4580FD is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 69 128 253 -
CMYK 0.73 0.49 0 0.01
HSL 220.76º 0.98% 0.63% -
HSV(B) 220.76º 0.73% 0.99% -
XYZ 27.9 23.8 96.05 -
YUV 124.61 200.45 88.34 -
System Red Green Blue C M Y K H S L
Decimal 69 128 253 0.73 0.49 0 0.01 220.76 0.98 0.63
Hex 45 80 FD 49 31 0 1 DD 62 3F
Octal 105 200 375 111 61 0 1 335 142 77
Binary 1000101 10000000 11111101 1001001 110001 0 1 11011101 1100010 111111

Color Harmonies of #4580FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4580FD

Black with #4580FD

Text Example


Text Example

White with #4580FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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