#4182DA

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

Shades of Royal Blue #4182DA

Tints of Royal Blue #4182DA

Color information

#4182DA (or 0x4182DA) is unknown color: approx Royal Blue. HEX triplet: 41, 82 and DA. RGB value is (65,130,218). Sum of RGB (Red+Green+Blue) = 65+130+218=413 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.74% from 413); Green value is 130 (51.17% from 255 or 31.48% from 413); Blue value is 218 (85.55% from 255 or 52.78% from 413); Max value from RGB is 218 - color contains mainly: blue. Hex color #4182DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4182DA is #BE7D25. Grayscale: #787878. Windows color (decimal): -12483878 or 14320193. OLE color: 14320193.

HSL color Cylindrical-coordinate representation of color #4182DA: hue angle of 214.51º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4182DA is Cyan = 0.70, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB65130218-
CMYK0.700.4000.15
HSL214.51º67.4%55.49%-
HSV(B)214.51º70.18%85.49%-
XYZ22.8222.1569.4-
YUV120.6182.9788.34-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.74%
GREEN value IS 130 (51.17% from 255) = 31.48%
BLUE value IS 218 (85.55% from 255) = 52.78%
R=15.74%
G=31.48%
B=52.78%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal651302180.700.4000.15214.5167.455.49
Hex4182DA46280Fd74337
Octal1012023321065001732710367
Binary10000011000001011011010100011010100001111110101111000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4182DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4182DA; }

 p { color: rgb(65,130,218); }

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

<style>
 a { background-color: #4182DA; }

 a { background-color: rgb(65,130,218); }

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

<style>
 span { border-color: #4182DA; }

 span { border-color: rgb(65,130,218); }

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