Html Css Color HEX #2960DA Royal Blue

📋 copy color: '#2960DA'

red 41 ◦ green 96 ◦ blue 218

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

Shades of Royal Blue #2960DA

Tints of Royal Blue #2960DA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.04%

 BLUE value IS 218 (85.55% from 255) = 61.41%

R = 11.55%
G = 27.04%
B = 61.41%

CMYK

 C value IS 0.81

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2960DA (or 0x2960DA) is known color: Royal Blue. HEX triplet: 29, 60 and DA. RGB value is (41,96,218). Sum of RGB (Red+Green+Blue) = 41+96+218=355 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.55% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 218 (85.55% from 255 or 61.41% from 355); Max value from RGB is 218 - color contains mainly: blue. Hex color #2960DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2960DA is #D69F25. Grayscale: #5C5C5C. Windows color (decimal): -14065446 or 14311465. OLE color: 14311465.

HSL color Cylindrical-coordinate representation of color #2960DA: hue angle of 221.36º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2960DA is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 41 96 218 -
CMYK 0.81 0.56 0 0.15
HSL 221.36º 0.71% 0.51% -
HSV(B) 221.36º 0.81% 0.85% -
XYZ 17.75 13.9 68.08 -
YUV 93.46 198.28 90.58 -
System Red Green Blue C M Y K H S L
Decimal 41 96 218 0.81 0.56 0 0.15 221.36 0.71 0.51
Hex 29 60 DA 51 38 0 F DD 47 33
Octal 51 140 332 121 70 0 17 335 107 63
Binary 101001 1100000 11011010 1010001 111000 0 1111 11011101 1000111 110011

Color Harmonies of #2960DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2960DA

Black with #2960DA

Text Example


Text Example

White with #2960DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2960DA; }

 p { color: rgb(41,96,218); }

 H1.HeaderClassName
 {
   color: #2960DA;
 }
 .AnyTagClassName
 {
   color: #2960DA;
 }
</style>

background-color css

<style>
 a { background-color: #2960DA; }

 a { background-color: rgb(41,96,218); }

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

border-color css

<style>
 span { border-color: #2960DA; }

 span { border-color: rgb(41,96,218); }

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