Html Css Color HEX #4572DD Royal Blue

📋 copy color: '#4572DD'

red 69 ◦ green 114 ◦ blue 221

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

Shades of Royal Blue #4572DD

Tints of Royal Blue #4572DD

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.22%

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

R = 17.08%
G = 28.22%
B = 54.7%

CMYK

 C value IS 0.69

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4572DD (or 0x4572DD) is known color: Royal Blue. HEX triplet: 45, 72 and DD. RGB value is (69,114,221). Sum of RGB (Red+Green+Blue) = 69+114+221=404 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.08% from 404); Green value is 114 (44.92% from 255 or 28.22% from 404); Blue value is 221 (86.72% from 255 or 54.70% from 404); Max value from RGB is 221 - color contains mainly: blue. Hex color #4572DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4572DD is #BA8D22. Grayscale: #707070. Windows color (decimal): -12225827 or 14512709. OLE color: 14512709.

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

Color convert

RGB 69 114 221 -
CMYK 0.69 0.48 0 0.13
HSL 222.24º 0.69% 0.57% -
HSV(B) 222.24º 0.69% 0.87% -
XYZ 21.52 18.52 70.85 -
YUV 112.74 189.09 96.8 -
System Red Green Blue C M Y K H S L
Decimal 69 114 221 0.69 0.48 0 0.13 222.24 0.69 0.57
Hex 45 72 DD 45 30 0 D DE 45 39
Octal 105 162 335 105 60 0 15 336 105 71
Binary 1000101 1110010 11011101 1000101 110000 0 1101 11011110 1000101 111001

Color Harmonies of #4572DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4572DD

Black with #4572DD

Text Example


Text Example

White with #4572DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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