Html Css Color HEX #4580FA Royal Blue

📋 copy color: '#4580FA'

red 69 ◦ green 128 ◦ blue 250

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

Shades of Royal Blue #4580FA

Tints of Royal Blue #4580FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 55.93%

R = 15.44%
G = 28.64%
B = 55.93%

CMYK

 C value IS 0.72

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4580FA (or 0x4580FA) is known color: Royal Blue. HEX triplet: 45, 80 and FA. RGB value is (69,128,250). Sum of RGB (Red+Green+Blue) = 69+128+250=447 (59% of max value = 765). Red value is 69 (27.34% from 255 or 15.44% from 447); Green value is 128 (50.39% from 255 or 28.64% from 447); Blue value is 250 (98.05% from 255 or 55.93% from 447); Max value from RGB is 250 - color contains mainly: blue. Hex color #4580FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4580FA is #BA7F05. Grayscale: #7B7B7B. Windows color (decimal): -12222214 or 16416837. OLE color: 16416837.

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

Color convert

RGB 69 128 250 -
CMYK 0.72 0.49 0 0.02
HSL 220.44º 0.95% 0.63% -
HSV(B) 220.44º 0.72% 0.98% -
XYZ 27.43 23.61 93.55 -
YUV 124.27 198.95 88.58 -
System Red Green Blue C M Y K H S L
Decimal 69 128 250 0.72 0.49 0 0.02 220.44 0.95 0.63
Hex 45 80 FA 48 31 0 2 DC 5F 3F
Octal 105 200 372 110 61 0 2 334 137 77
Binary 1000101 10000000 11111010 1001000 110001 0 10 11011100 1011111 111111

Color Harmonies of #4580FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4580FA

Black with #4580FA

Text Example


Text Example

White with #4580FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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