Html Css Color HEX #4582FA Royal Blue

📋 copy color: '#4582FA'

red 69 ◦ green 130 ◦ blue 250

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

Shades of Royal Blue #4582FA

Tints of Royal Blue #4582FA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.95%

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

R = 15.37%
G = 28.95%
B = 55.68%

CMYK

 C value IS 0.72

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4582FA (or 0x4582FA) is known color: Royal Blue. HEX triplet: 45, 82 and FA. RGB value is (69,130,250). Sum of RGB (Red+Green+Blue) = 69+130+250=449 (59% of max value = 765). Red value is 69 (27.34% from 255 or 15.37% from 449); Green value is 130 (51.17% from 255 or 28.95% from 449); Blue value is 250 (98.05% from 255 or 55.68% from 449); Max value from RGB is 250 - color contains mainly: blue. Hex color #4582FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4582FA is #BA7D05. Grayscale: #7C7C7C. Windows color (decimal): -12221702 or 16417349. OLE color: 16417349.

HSL color Cylindrical-coordinate representation of color #4582FA: hue angle of 219.78º 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 #4582FA is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 69 130 250 -
CMYK 0.72 0.48 0 0.02
HSL 219.78º 0.95% 0.63% -
HSV(B) 219.78º 0.72% 0.98% -
XYZ 27.69 24.13 93.64 -
YUV 125.44 198.29 87.74 -
System Red Green Blue C M Y K H S L
Decimal 69 130 250 0.72 0.48 0 0.02 219.78 0.95 0.63
Hex 45 82 FA 48 30 0 2 DC 5F 3F
Octal 105 202 372 110 60 0 2 334 137 77
Binary 1000101 10000010 11111010 1001000 110000 0 10 11011100 1011111 111111

Color Harmonies of #4582FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4582FA

Black with #4582FA

Text Example


Text Example

White with #4582FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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