Html Css Color HEX #2960EC Royal Blue

📋 copy color: '#2960EC'

red 41 ◦ green 96 ◦ blue 236

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

Shades of Royal Blue #2960EC

Tints of Royal Blue #2960EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 63.27%

R = 10.99%
G = 25.74%
B = 63.27%

CMYK

 C value IS 0.83

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2960EC (or 0x2960EC) is known color: Royal Blue. HEX triplet: 29, 60 and EC. RGB value is (41,96,236). Sum of RGB (Red+Green+Blue) = 41+96+236=373 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.99% from 373); Green value is 96 (37.89% from 255 or 25.74% from 373); Blue value is 236 (92.58% from 255 or 63.27% from 373); Max value from RGB is 236 - color contains mainly: blue. Hex color #2960EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2960EC is #D69F13. Grayscale: #5E5E5E. Windows color (decimal): -14065428 or 15491113. OLE color: 15491113.

HSL color Cylindrical-coordinate representation of color #2960EC: hue angle of 223.08º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2960EC is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 41 96 236 -
CMYK 0.83 0.59 0 0.07
HSL 223.08º 0.84% 0.54% -
HSV(B) 223.08º 0.83% 0.93% -
XYZ 20.24 14.89 81.16 -
YUV 95.52 207.28 89.12 -
System Red Green Blue C M Y K H S L
Decimal 41 96 236 0.83 0.59 0 0.07 223.08 0.84 0.54
Hex 29 60 EC 53 3B 0 7 DF 54 36
Octal 51 140 354 123 73 0 7 337 124 66
Binary 101001 1100000 11101100 1010011 111011 0 111 11011111 1010100 110110

Color Harmonies of #2960EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2960EC

Black with #2960EC

Text Example


Text Example

White with #2960EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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