#297DE1

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

Shades of Royal Blue #297DE1

Tints of Royal Blue #297DE1

Color information

#297DE1 (or 0x297DE1) is unknown color: approx Royal Blue. HEX triplet: 29, 7D and E1. RGB value is (41,125,225). Sum of RGB (Red+Green+Blue) = 41+125+225=391 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.49% from 391); Green value is 125 (49.22% from 255 or 31.97% from 391); Blue value is 225 (88.28% from 255 or 57.54% from 391); Max value from RGB is 225 - color contains mainly: blue. Hex color #297DE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297DE1 is #D6821E. Grayscale: #6E6E6E. Windows color (decimal): -14058015 or 14777641. OLE color: 14777641.

HSL color Cylindrical-coordinate representation of color #297DE1: hue angle of 212.61º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #297DE1 is Cyan = 0.82, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB41125225-
CMYK0.820.4400.12
HSL212.61º75.41%52.16%-
HSV(B)212.61º81.78%88.24%-
XYZ21.8420.5774.05-
YUV111.28192.1777.87-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.49%
GREEN value IS 125 (49.22% from 255) = 31.97%
BLUE value IS 225 (88.28% from 255) = 57.54%
R=10.49%
G=31.97%
B=57.54%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal411252250.820.4400.12212.6175.4152.16
Hex297DE1522C0Cd54b34
Octal511753411225401432511364
Binary101001111110111100001101001010110001100110101011001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,125,225); }

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

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

 a { background-color: rgb(41,125,225); }

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

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

 span { border-color: rgb(41,125,225); }

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