Html Css Color HEX #4571DC Royal Blue

📋 copy color: '#4571DC'

red 69 ◦ green 113 ◦ blue 220

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

Shades of Royal Blue #4571DC

Tints of Royal Blue #4571DC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.11%

 BLUE value IS 220 (86.33% from 255) = 54.73%

R = 17.16%
G = 28.11%
B = 54.73%

CMYK

 C value IS 0.69

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4571DC (or 0x4571DC) is known color: Royal Blue. HEX triplet: 45, 71 and DC. RGB value is (69,113,220). Sum of RGB (Red+Green+Blue) = 69+113+220=402 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.16% from 402); Green value is 113 (44.53% from 255 or 28.11% from 402); Blue value is 220 (86.33% from 255 or 54.73% from 402); Max value from RGB is 220 - color contains mainly: blue. Hex color #4571DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4571DC is #BA8E23. Grayscale: #6F6F6F. Windows color (decimal): -12226084 or 14446917. OLE color: 14446917.

HSL color Cylindrical-coordinate representation of color #4571DC: hue angle of 222.52º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4571DC is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 69 113 220 -
CMYK 0.69 0.49 0 0.14
HSL 222.52º 0.68% 0.57% -
HSV(B) 222.52º 0.69% 0.86% -
XYZ 21.28 18.24 70.11 -
YUV 112.04 188.92 97.3 -
System Red Green Blue C M Y K H S L
Decimal 69 113 220 0.69 0.49 0 0.14 222.52 0.68 0.57
Hex 45 71 DC 45 31 0 E DF 44 39
Octal 105 161 334 105 61 0 16 337 104 71
Binary 1000101 1110001 11011100 1000101 110001 0 1110 11011111 1000100 111001

Color Harmonies of #4571DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4571DC

Black with #4571DC

Text Example


Text Example

White with #4571DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4571DC; }

 p { color: rgb(69,113,220); }

 H1.HeaderClassName
 {
   color: #4571DC;
 }
 .AnyTagClassName
 {
   color: #4571DC;
 }
</style>

background-color css

<style>
 a { background-color: #4571DC; }

 a { background-color: rgb(69,113,220); }

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

border-color css

<style>
 span { border-color: #4571DC; }

 span { border-color: rgb(69,113,220); }

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