#297AE8

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

Shades of Royal Blue #297AE8

Tints of Royal Blue #297AE8

Color information

#297AE8 (or 0x297AE8) is unknown color: approx Royal Blue. HEX triplet: 29, 7A and E8. RGB value is (41,122,232). Sum of RGB (Red+Green+Blue) = 41+122+232=395 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.38% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 232 (91.02% from 255 or 58.73% from 395); Max value from RGB is 232 - color contains mainly: blue. Hex color #297AE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #297AE8 is #D68517. Grayscale: #6D6D6D. Windows color (decimal): -14058776 or 15235625. OLE color: 15235625.

HSL color Cylindrical-coordinate representation of color #297AE8: hue angle of 214.55º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #297AE8 is Cyan = 0.82, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB41122232-
CMYK0.820.4700.09
HSL214.55º80.59%53.53%-
HSV(B)214.55º82.33%90.98%-
XYZ22.4420.2279.06-
YUV110.32196.6678.56-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.38%
GREEN value IS 122 (48.05% from 255) = 30.89%
BLUE value IS 232 (91.02% from 255) = 58.73%
R=10.38%
G=30.89%
B=58.73%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal411222320.820.4700.09214.5580.5953.53
Hex297AE8522F09d75136
Octal511723501225701132712166
Binary101001111101011101000101001010111101001110101111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,122,232); }

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

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

 a { background-color: rgb(41,122,232); }

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

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

 span { border-color: rgb(41,122,232); }

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