Html Css Color HEX #2961FE Royal Blue

📋 copy color: '#2961FE'

red 41 ◦ green 97 ◦ blue 254

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

Shades of Royal Blue #2961FE

Tints of Royal Blue #2961FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 64.8%

R = 10.46%
G = 24.74%
B = 64.8%

CMYK

 C value IS 0.84

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#2961FE (or 0x2961FE) is known color: Royal Blue. HEX triplet: 29, 61 and FE. RGB value is (41,97,254). Sum of RGB (Red+Green+Blue) = 41+97+254=392 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.46% from 392); Green value is 97 (38.28% from 255 or 24.74% from 392); Blue value is 254 (99.61% from 255 or 64.80% from 392); Max value from RGB is 254 - color contains mainly: blue. Hex color #2961FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2961FE is #D69E01. Grayscale: #616161. Windows color (decimal): -14065154 or 16671017. OLE color: 16671017.

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

Color convert

RGB 41 97 254 -
CMYK 0.84 0.62 0 0.00
HSL 224.23º 0.99% 0.58% -
HSV(B) 224.23º 0.84% 1% -
XYZ 23.08 16.18 95.67 -
YUV 98.15 215.95 87.23 -
System Red Green Blue C M Y K H S L
Decimal 41 97 254 0.84 0.62 0 0.00 224.23 0.99 0.58
Hex 29 61 FE 54 3E 0 0 E0 63 3A
Octal 51 141 376 124 76 0 0 340 143 72
Binary 101001 1100001 11111110 1010100 111110 0 0 11100000 1100011 111010

Color Harmonies of #2961FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2961FE

Black with #2961FE

Text Example


Text Example

White with #2961FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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