Html Css Color HEX #4580DD Royal Blue

📋 copy color: '#4580DD'

red 69 ◦ green 128 ◦ blue 221

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

Shades of Royal Blue #4580DD

Tints of Royal Blue #4580DD

RGB

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

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

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

R = 16.51%
G = 30.62%
B = 52.87%

CMYK

 C value IS 0.69

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4580DD (or 0x4580DD) is known color: Royal Blue. HEX triplet: 45, 80 and DD. RGB value is (69,128,221). Sum of RGB (Red+Green+Blue) = 69+128+221=418 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.51% from 418); Green value is 128 (50.39% from 255 or 30.62% from 418); Blue value is 221 (86.72% from 255 or 52.87% from 418); Max value from RGB is 221 - color contains mainly: blue. Hex color #4580DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4580DD is #BA7F22. Grayscale: #787878. Windows color (decimal): -12222243 or 14516293. OLE color: 14516293.

HSL color Cylindrical-coordinate representation of color #4580DD: hue angle of 216.71º 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 #4580DD is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 69 128 221 -
CMYK 0.69 0.42 0 0.13
HSL 216.71º 0.69% 0.57% -
HSV(B) 216.71º 0.69% 0.87% -
XYZ 23.22 21.92 71.41 -
YUV 120.96 184.45 90.94 -
System Red Green Blue C M Y K H S L
Decimal 69 128 221 0.69 0.42 0 0.13 216.71 0.69 0.57
Hex 45 80 DD 45 2A 0 D D9 45 39
Octal 105 200 335 105 52 0 15 331 105 71
Binary 1000101 10000000 11011101 1000101 101010 0 1101 11011001 1000101 111001

Color Harmonies of #4580DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4580DD

Black with #4580DD

Text Example


Text Example

White with #4580DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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