#2968F4

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

Shades of Royal Blue #2968F4

Tints of Royal Blue #2968F4

Color information

#2968F4 (or 0x2968F4) is unknown color: approx Royal Blue. HEX triplet: 29, 68 and F4. RGB value is (41,104,244). Sum of RGB (Red+Green+Blue) = 41+104+244=389 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.54% from 389); Green value is 104 (41.02% from 255 or 26.74% from 389); Blue value is 244 (95.70% from 255 or 62.72% from 389); Max value from RGB is 244 - color contains mainly: blue. Hex color #2968F4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2968F4 is #D6970B. Grayscale: #646464. Windows color (decimal): -14063372 or 16017449. OLE color: 16017449.

HSL color Cylindrical-coordinate representation of color #2968F4: hue angle of 221.38º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2968F4 is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB41104244-
CMYK0.830.5700.04
HSL221.38º90.22%55.88%-
HSV(B)221.38º83.2%95.69%-
XYZ22.1916.987.68-
YUV101.12208.6385.12-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.54%
GREEN value IS 104 (41.02% from 255) = 26.74%
BLUE value IS 244 (95.70% from 255) = 62.72%
R=10.54%
G=26.74%
B=62.72%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal411042440.830.5700.04221.3890.2255.88
Hex2968F4533904dd5a38
Octal51150364123710433513270
Binary10100111010001111010010100111110010100110111011011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2968F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2968F4; }

 p { color: rgb(41,104,244); }

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

<style>
 a { background-color: #2968F4; }

 a { background-color: rgb(41,104,244); }

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

<style>
 span { border-color: #2968F4; }

 span { border-color: rgb(41,104,244); }

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