Html Css Color HEX #4584DD Royal Blue

📋 copy color: '#4584DD'

red 69 ◦ green 132 ◦ blue 221

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

Shades of Royal Blue #4584DD

Tints of Royal Blue #4584DD

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.28%

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

R = 16.35%
G = 31.28%
B = 52.37%

CMYK

 C value IS 0.69

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4584DD (or 0x4584DD) is known color: Royal Blue. HEX triplet: 45, 84 and DD. RGB value is (69,132,221). Sum of RGB (Red+Green+Blue) = 69+132+221=422 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.35% from 422); Green value is 132 (51.95% from 255 or 31.28% from 422); Blue value is 221 (86.72% from 255 or 52.37% from 422); Max value from RGB is 221 - color contains mainly: blue. Hex color #4584DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4584DD is #BA7B22. Grayscale: #7A7A7A. Windows color (decimal): -12221219 or 14517317. OLE color: 14517317.

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

Color convert

RGB 69 132 221 -
CMYK 0.69 0.40 0 0.13
HSL 215.13º 0.69% 0.57% -
HSV(B) 215.13º 0.69% 0.87% -
XYZ 23.76 22.99 71.59 -
YUV 123.31 183.13 89.26 -
System Red Green Blue C M Y K H S L
Decimal 69 132 221 0.69 0.40 0 0.13 215.13 0.69 0.57
Hex 45 84 DD 45 28 0 D D7 45 39
Octal 105 204 335 105 50 0 15 327 105 71
Binary 1000101 10000100 11011101 1000101 101000 0 1101 11010111 1000101 111001

Color Harmonies of #4584DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4584DD

Black with #4584DD

Text Example


Text Example

White with #4584DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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