Html Css Color HEX #4582DD Royal Blue

📋 copy color: '#4582DD'

red 69 ◦ green 130 ◦ blue 221

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

Shades of Royal Blue #4582DD

Tints of Royal Blue #4582DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 52.62%

R = 16.43%
G = 30.95%
B = 52.62%

CMYK

 C value IS 0.69

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4582DD (or 0x4582DD) is known color: Royal Blue. HEX triplet: 45, 82 and DD. RGB value is (69,130,221). Sum of RGB (Red+Green+Blue) = 69+130+221=420 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.43% from 420); Green value is 130 (51.17% from 255 or 30.95% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #4582DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4582DD is #BA7D22. Grayscale: #797979. Windows color (decimal): -12221731 or 14516805. OLE color: 14516805.

HSL color Cylindrical-coordinate representation of color #4582DD: hue angle of 215.92º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4582DD is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 69 130 221 -
CMYK 0.69 0.41 0 0.13
HSL 215.92º 0.69% 0.57% -
HSV(B) 215.92º 0.69% 0.87% -
XYZ 23.49 22.45 71.5 -
YUV 122.14 183.79 90.1 -
System Red Green Blue C M Y K H S L
Decimal 69 130 221 0.69 0.41 0 0.13 215.92 0.69 0.57
Hex 45 82 DD 45 29 0 D D8 45 39
Octal 105 202 335 105 51 0 15 330 105 71
Binary 1000101 10000010 11011101 1000101 101001 0 1101 11011000 1000101 111001

Color Harmonies of #4582DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4582DD

Black with #4582DD

Text Example


Text Example

White with #4582DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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