Html Css Color HEX #2960FF Royal Blue

📋 copy color: '#2960FF'

red 41 ◦ green 96 ◦ blue 255

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

Shades of Royal Blue #2960FF

Tints of Royal Blue #2960FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 65.05%

R = 10.46%
G = 24.49%
B = 65.05%

CMYK

 C value IS 0.84

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2960FF (or 0x2960FF) is known color: Royal Blue. HEX triplet: 29, 60 and FF. RGB value is (41,96,255). Sum of RGB (Red+Green+Blue) = 41+96+255=392 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.46% from 392); Green value is 96 (37.89% from 255 or 24.49% from 392); Blue value is 255 (100% from 255 or 65.05% from 392); Max value from RGB is 255 - color contains mainly: blue. Hex color #2960FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2960FF is #D69F00. Grayscale: #606060. Windows color (decimal): -14065409 or 16736297. OLE color: 16736297.

HSL color Cylindrical-coordinate representation of color #2960FF: hue angle of 224.58º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2960FF is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 41 96 255 -
CMYK 0.84 0.62 0 0
HSL 224.58º 1% 0.58% -
HSV(B) 224.58º 0.84% 1% -
XYZ 23.15 16.06 96.49 -
YUV 97.68 216.78 87.57 -
System Red Green Blue C M Y K H S L
Decimal 41 96 255 0.84 0.62 0 0 224.58 1 0.58
Hex 29 60 FF 54 3E 0 0 E1 64 3A
Octal 51 140 377 124 76 0 0 341 144 72
Binary 101001 1100000 11111111 1010100 111110 0 0 11100001 1100100 111010

Color Harmonies of #2960FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2960FF

Black with #2960FF

Text Example


Text Example

White with #2960FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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