#296cfc

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

Shades of Royal Blue #296CFC

Tints of Royal Blue #296CFC

Color information

#296CFC (or 0x296CFC) is unknown color: approx Royal Blue. HEX triplet: 29, 6C and FC. RGB value is (41,108,252). Sum of RGB (Red+Green+Blue) = 41+108+252=401 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.22% from 401); Green value is 108 (42.58% from 255 or 26.93% from 401); Blue value is 252 (98.83% from 255 or 62.84% from 401); Max value from RGB is 252 - color contains mainly: blue. Hex color #296CFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #296CFC is #D69303. Grayscale: #676767. Windows color (decimal): -14062340 or 16542761. OLE color: 16542761.

HSL color Cylindrical-coordinate representation of color #296CFC: hue angle of 220.95º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #296CFC is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB41108252-
CMYK0.840.5700.01
HSL220.95º97.24%57.45%-
HSV(B)220.95º83.73%98.82%-
XYZ23.8518.2294.36-
YUV104.38211.382.79-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.22%
GREEN value IS 108 (42.58% from 255) = 26.93%
BLUE value IS 252 (98.83% from 255) = 62.84%
R=10.22%
G=26.93%
B=62.84%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal411082520.840.5700.01220.9597.2457.45
Hex296CFC543901dd6139
Octal51154374124710133514171
Binary101001110110011111100101010011100101110111011100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296cfc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,108,252); }

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

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

 a { background-color: rgb(41,108,252); }

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

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

 span { border-color: rgb(41,108,252); }

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