#297FDC

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

Shades of Royal Blue #297FDC

Tints of Royal Blue #297FDC

Color information

#297FDC (or 0x297FDC) is unknown color: approx Royal Blue. HEX triplet: 29, 7F and DC. RGB value is (41,127,220). Sum of RGB (Red+Green+Blue) = 41+127+220=388 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.57% from 388); Green value is 127 (50% from 255 or 32.73% from 388); Blue value is 220 (86.33% from 255 or 56.70% from 388); Max value from RGB is 220 - color contains mainly: blue. Hex color #297FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297FDC is #D68023. Grayscale: #6F6F6F. Windows color (decimal): -14057508 or 14450473. OLE color: 14450473.

HSL color Cylindrical-coordinate representation of color #297FDC: hue angle of 211.17º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #297FDC is Cyan = 0.81, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB41127220-
CMYK0.810.4200.14
HSL211.17º71.89%51.18%-
HSV(B)211.17º81.36%86.27%-
XYZ21.4220.8270.6-
YUV111.89189.0177.44-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.57%
GREEN value IS 127 (50% from 255) = 32.73%
BLUE value IS 220 (86.33% from 255) = 56.70%
R=10.57%
G=32.73%
B=56.70%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal411272200.810.4200.14211.1771.8951.18
Hex297FDC512A0Ed34833
Octal511773341215201632311063
Binary101001111111111011100101000110101001110110100111001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297FDC; }

 p { color: rgb(41,127,220); }

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

<style>
 a { background-color: #297FDC; }

 a { background-color: rgb(41,127,220); }

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

<style>
 span { border-color: #297FDC; }

 span { border-color: rgb(41,127,220); }

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