#4187DC

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

Shades of Royal Blue #4187DC

Tints of Royal Blue #4187DC

Color information

#4187DC (or 0x4187DC) is unknown color: approx Royal Blue. HEX triplet: 41, 87 and DC. RGB value is (65,135,220). Sum of RGB (Red+Green+Blue) = 65+135+220=420 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.48% from 420); Green value is 135 (53.12% from 255 or 32.14% from 420); Blue value is 220 (86.33% from 255 or 52.38% from 420); Max value from RGB is 220 - color contains mainly: blue. Hex color #4187DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4187DC is #BE7823. Grayscale: #7B7B7B. Windows color (decimal): -12482596 or 14452545. OLE color: 14452545.

HSL color Cylindrical-coordinate representation of color #4187DC: hue angle of 212.9º 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 #4187DC is Cyan = 0.70, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB65135220-
CMYK0.700.3900.14
HSL212.9º68.89%55.88%-
HSV(B)212.9º70.45%86.27%-
XYZ23.7623.6271.02-
YUV123.76182.3186.09-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.48%
GREEN value IS 135 (53.12% from 255) = 32.14%
BLUE value IS 220 (86.33% from 255) = 52.38%
R=15.48%
G=32.14%
B=52.38%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal651352200.700.3900.14212.968.8955.88
Hex4187DC46270Ed54538
Octal1012073341064701632510570
Binary10000011000011111011100100011010011101110110101011000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4187DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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