#297FDA

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

Shades of Royal Blue #297FDA

Tints of Royal Blue #297FDA

Color information

#297FDA (or 0x297FDA) is unknown color: approx Royal Blue. HEX triplet: 29, 7F and DA. RGB value is (41,127,218). Sum of RGB (Red+Green+Blue) = 41+127+218=386 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.62% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 218 (85.55% from 255 or 56.48% from 386); Max value from RGB is 218 - color contains mainly: blue. Hex color #297FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297FDA is #D68025. Grayscale: #6F6F6F. Windows color (decimal): -14057510 or 14319401. OLE color: 14319401.

HSL color Cylindrical-coordinate representation of color #297FDA: hue angle of 210.85º 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 #297FDA is Cyan = 0.81, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB41127218-
CMYK0.810.4200.15
HSL210.85º70.52%50.78%-
HSV(B)210.85º81.19%85.49%-
XYZ21.1620.7169.21-
YUV111.66188.0177.6-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.62%
GREEN value IS 127 (50% from 255) = 32.90%
BLUE value IS 218 (85.55% from 255) = 56.48%
R=10.62%
G=32.90%
B=56.48%

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
Decimal411272180.810.4200.15210.8570.5250.78
Hex297FDA512A0Fd34733
Octal511773321215201732310763
Binary101001111111111011010101000110101001111110100111000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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