Html Css Color HEX #2960DF Royal Blue

📋 copy color: '#2960DF'

red 41 ◦ green 96 ◦ blue 223

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

Shades of Royal Blue #2960DF

Tints of Royal Blue #2960DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 61.94%

R = 11.39%
G = 26.67%
B = 61.94%

CMYK

 C value IS 0.82

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2960DF (or 0x2960DF) is known color: Royal Blue. HEX triplet: 29, 60 and DF. RGB value is (41,96,223). Sum of RGB (Red+Green+Blue) = 41+96+223=360 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.39% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 223 (87.5% from 255 or 61.94% from 360); Max value from RGB is 223 - color contains mainly: blue. Hex color #2960DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2960DF is #D69F20. Grayscale: #5D5D5D. Windows color (decimal): -14065441 or 14639145. OLE color: 14639145.

HSL color Cylindrical-coordinate representation of color #2960DF: hue angle of 221.87º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2960DF is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 41 96 223 -
CMYK 0.82 0.57 0 0.13
HSL 221.87º 0.74% 0.52% -
HSV(B) 221.87º 0.82% 0.87% -
XYZ 18.42 14.16 71.58 -
YUV 94.03 200.78 90.17 -
System Red Green Blue C M Y K H S L
Decimal 41 96 223 0.82 0.57 0 0.13 221.87 0.74 0.52
Hex 29 60 DF 52 39 0 D DE 4A 34
Octal 51 140 337 122 71 0 15 336 112 64
Binary 101001 1100000 11011111 1010010 111001 0 1101 11011110 1001010 110100

Color Harmonies of #2960DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2960DF

Black with #2960DF

Text Example


Text Example

White with #2960DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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