#2966FD

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

Shades of Royal Blue #2966FD

Tints of Royal Blue #2966FD

Color information

#2966FD (or 0x2966FD) is unknown color: approx Royal Blue. HEX triplet: 29, 66 and FD. RGB value is (41,102,253). Sum of RGB (Red+Green+Blue) = 41+102+253=396 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.35% from 396); Green value is 102 (40.23% from 255 or 25.76% from 396); Blue value is 253 (99.22% from 255 or 63.89% from 396); Max value from RGB is 253 - color contains mainly: blue. Hex color #2966FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2966FD is #D69902. Grayscale: #646464. Windows color (decimal): -14063875 or 16606761. OLE color: 16606761.

HSL color Cylindrical-coordinate representation of color #2966FD: hue angle of 222.74º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2966FD is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB41102253-
CMYK0.840.6000.01
HSL222.74º98.15%57.65%-
HSV(B)222.74º83.79%99.22%-
XYZ23.417.0794.99-
YUV100.98213.7985.22-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.35%
GREEN value IS 102 (40.23% from 255) = 25.76%
BLUE value IS 253 (99.22% from 255) = 63.89%
R=10.35%
G=25.76%
B=63.89%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal411022530.840.6000.01222.7498.1557.65
Hex2966FD543C01df623a
Octal51146375124740133714272
Binary101001110011011111101101010011110001110111111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2966FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2966FD; }

 p { color: rgb(41,102,253); }

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

<style>
 a { background-color: #2966FD; }

 a { background-color: rgb(41,102,253); }

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

<style>
 span { border-color: #2966FD; }

 span { border-color: rgb(41,102,253); }

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