#4184DC

Color #4184DC Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #4184DC

Tints of Royal Blue #4184DC

Color information

#4184DC (or 0x4184DC) is unknown color: approx Royal Blue. HEX triplet: 41, 84 and DC. RGB value is (65,132,220). Sum of RGB (Red+Green+Blue) = 65+132+220=417 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.59% from 417); Green value is 132 (51.95% from 255 or 31.65% from 417); Blue value is 220 (86.33% from 255 or 52.76% from 417); Max value from RGB is 220 - color contains mainly: blue. Hex color #4184DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4184DC is #BE7B23. Grayscale: #797979. Windows color (decimal): -12483364 or 14451777. OLE color: 14451777.

HSL color Cylindrical-coordinate representation of color #4184DC: hue angle of 214.06º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4184DC is Cyan = 0.70, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB65132220-
CMYK0.700.4000.14
HSL214.06º68.89%55.88%-
HSV(B)214.06º70.45%86.27%-
XYZ23.3522.7970.88-
YUV122183.387.34-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.59%
GREEN value IS 132 (51.95% from 255) = 31.65%
BLUE value IS 220 (86.33% from 255) = 52.76%
R=15.59%
G=31.65%
B=52.76%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal651322200.700.4000.14214.0668.8955.88
Hex4184DC46280Ed64538
Octal1012043341065001632610570
Binary10000011000010011011100100011010100001110110101101000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4184DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,132,220); }

 H1.HeaderClassName
 {
   color: #4184DC;
 }
 .AnyTagClassName
 {
   color: #4184DC;
 }
</style>
background-color css

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

 a { background-color: rgb(65,132,220); }

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

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

 span { border-color: rgb(65,132,220); }

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