Html Css Color HEX #2961DC Royal Blue

📋 copy color: '#2961DC'

red 41 ◦ green 97 ◦ blue 220

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

Shades of Royal Blue #2961DC

Tints of Royal Blue #2961DC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.09%

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

R = 11.45%
G = 27.09%
B = 61.45%

CMYK

 C value IS 0.81

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2961DC (or 0x2961DC) is known color: Royal Blue. HEX triplet: 29, 61 and DC. RGB value is (41,97,220). Sum of RGB (Red+Green+Blue) = 41+97+220=358 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.45% from 358); Green value is 97 (38.28% from 255 or 27.09% from 358); Blue value is 220 (86.33% from 255 or 61.45% from 358); Max value from RGB is 220 - color contains mainly: blue. Hex color #2961DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2961DC is #D69E23. Grayscale: #5D5D5D. Windows color (decimal): -14065188 or 14442793. OLE color: 14442793.

HSL color Cylindrical-coordinate representation of color #2961DC: hue angle of 221.23º 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 #2961DC is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 41 97 220 -
CMYK 0.81 0.56 0 0.14
HSL 221.23º 0.72% 0.51% -
HSV(B) 221.23º 0.81% 0.86% -
XYZ 18.11 14.19 69.49 -
YUV 94.28 198.95 90 -
System Red Green Blue C M Y K H S L
Decimal 41 97 220 0.81 0.56 0 0.14 221.23 0.72 0.51
Hex 29 61 DC 51 38 0 E DD 48 33
Octal 51 141 334 121 70 0 16 335 110 63
Binary 101001 1100001 11011100 1010001 111000 0 1110 11011101 1001000 110011

Color Harmonies of #2961DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2961DC

Black with #2961DC

Text Example


Text Example

White with #2961DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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