Html Css Color HEX #2966DC Royal Blue

📋 copy color: '#2966DC'

red 41 ◦ green 102 ◦ blue 220

#2966DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #2966DC

Tints of Royal Blue #2966DC

RGB

 RED value IS 41 (16.41% from 255) = 11.29%

 GREEN value IS 102 (40.23% from 255) = 28.1%

 BLUE value IS 220 (86.33% from 255) = 60.61%

R = 11.29%
G = 28.1%
B = 60.61%

CMYK

 C value IS 0.81

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2966DC (or 0x2966DC) is known color: Royal Blue. HEX triplet: 29, 66 and DC. RGB value is (41,102,220). Sum of RGB (Red+Green+Blue) = 41+102+220=363 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.29% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 220 (86.33% from 255 or 60.61% from 363); Max value from RGB is 220 - color contains mainly: blue. Hex color #2966DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2966DC is #D69923. Grayscale: #606060. Windows color (decimal): -14063908 or 14444073. OLE color: 14444073.

HSL color Cylindrical-coordinate representation of color #2966DC: hue angle of 219.55º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2966DC is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 41 102 220 -
CMYK 0.81 0.54 0 0.14
HSL 219.55º 0.72% 0.51% -
HSV(B) 219.55º 0.81% 0.86% -
XYZ 18.58 15.14 69.65 -
YUV 97.21 197.29 87.91 -
System Red Green Blue C M Y K H S L
Decimal 41 102 220 0.81 0.54 0 0.14 219.55 0.72 0.51
Hex 29 66 DC 51 36 0 E DC 48 33
Octal 51 146 334 121 66 0 16 334 110 63
Binary 101001 1100110 11011100 1010001 110110 0 1110 11011100 1001000 110011

Color Harmonies of #2966DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2966DC

Black with #2966DC

Text Example


Text Example

White with #2966DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2966DC;
 }
 .AnyTagClassName
 {
   color: #2966DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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