#2950F4

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

Shades of Royal Blue #2950F4

Tints of Royal Blue #2950F4

Color information

#2950F4 (or 0x2950F4) is unknown color: approx Royal Blue. HEX triplet: 29, 50 and F4. RGB value is (41,80,244). Sum of RGB (Red+Green+Blue) = 41+80+244=365 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.23% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 244 (95.70% from 255 or 66.85% from 365); Max value from RGB is 244 - color contains mainly: blue. Hex color #2950F4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2950F4 is #D6AF0B. Grayscale: #565656. Windows color (decimal): -14069516 or 16011305. OLE color: 16011305.

HSL color Cylindrical-coordinate representation of color #2950F4: hue angle of 228.47º 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 #2950F4 is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB4180244-
CMYK0.830.6700.04
HSL228.47º90.22%55.88%-
HSV(B)228.47º83.2%95.69%-
XYZ20.1112.7486.99-
YUV87.04216.5895.16-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.23%
GREEN value IS 80 (31.64% from 255) = 21.92%
BLUE value IS 244 (95.70% from 255) = 66.85%
R=11.23%
G=21.92%
B=66.85%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal41802440.830.6700.04228.4790.2255.88
Hex2950F4534304e45a38
Octal511203641231030434413270
Binary101001101000011110100101001110000110100111001001011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2950F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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