#296FDA

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

Shades of Royal Blue #296FDA

Tints of Royal Blue #296FDA

Color information

#296FDA (or 0x296FDA) is unknown color: approx Royal Blue. HEX triplet: 29, 6F and DA. RGB value is (41,111,218). Sum of RGB (Red+Green+Blue) = 41+111+218=370 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.08% from 370); Green value is 111 (43.75% from 255 or 30% from 370); Blue value is 218 (85.55% from 255 or 58.92% from 370); Max value from RGB is 218 - color contains mainly: blue. Hex color #296FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296FDA is #D69025. Grayscale: #656565. Windows color (decimal): -14061606 or 14315305. OLE color: 14315305.

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

Color convert

RGB41111218-
CMYK0.810.4900.15
HSL216.27º70.52%50.78%-
HSV(B)216.27º81.19%85.49%-
XYZ19.2516.968.58-
YUV102.27193.3184.3-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.08%
GREEN value IS 111 (43.75% from 255) = 30%
BLUE value IS 218 (85.55% from 255) = 58.92%
R=11.08%
G=30%
B=58.92%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal411112180.810.4900.15216.2770.5250.78
Hex296FDA51310Fd84733
Octal511573321216101733010763
Binary101001110111111011010101000111000101111110110001000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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