#297EDA

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

Shades of Royal Blue #297EDA

Tints of Royal Blue #297EDA

Color information

#297EDA (or 0x297EDA) is unknown color: approx Royal Blue. HEX triplet: 29, 7E and DA. RGB value is (41,126,218). Sum of RGB (Red+Green+Blue) = 41+126+218=385 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.65% from 385); Green value is 126 (49.61% from 255 or 32.73% from 385); Blue value is 218 (85.55% from 255 or 56.62% from 385); Max value from RGB is 218 - color contains mainly: blue. Hex color #297EDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297EDA is #D68125. Grayscale: #6E6E6E. Windows color (decimal): -14057766 or 14319145. OLE color: 14319145.

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

Color convert

RGB41126218-
CMYK0.810.4200.15
HSL211.19º70.52%50.78%-
HSV(B)211.19º81.19%85.49%-
XYZ21.0320.4669.17-
YUV111.07188.3478.02-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.65%
GREEN value IS 126 (49.61% from 255) = 32.73%
BLUE value IS 218 (85.55% from 255) = 56.62%
R=10.65%
G=32.73%
B=56.62%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal411262180.810.4200.15211.1970.5250.78
Hex297EDA512A0Fd34733
Octal511763321215201732310763
Binary101001111111011011010101000110101001111110100111000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,126,218); }

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

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

 a { background-color: rgb(41,126,218); }

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

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

 span { border-color: rgb(41,126,218); }

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