Html Css Color HEX #2962FE Royal Blue

📋 copy color: '#2962FE'

red 41 ◦ green 98 ◦ blue 254

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

Shades of Royal Blue #2962FE

Tints of Royal Blue #2962FE

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.94%

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

R = 10.43%
G = 24.94%
B = 64.63%

CMYK

 C value IS 0.84

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#2962FE (or 0x2962FE) is known color: Royal Blue. HEX triplet: 29, 62 and FE. RGB value is (41,98,254). Sum of RGB (Red+Green+Blue) = 41+98+254=393 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.43% from 393); Green value is 98 (38.67% from 255 or 24.94% from 393); Blue value is 254 (99.61% from 255 or 64.63% from 393); Max value from RGB is 254 - color contains mainly: blue. Hex color #2962FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2962FE is #D69D01. Grayscale: #626262. Windows color (decimal): -14064898 or 16671273. OLE color: 16671273.

HSL color Cylindrical-coordinate representation of color #2962FE: hue angle of 223.94º 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 #2962FE is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 41 98 254 -
CMYK 0.84 0.61 0 0.00
HSL 223.94º 0.99% 0.58% -
HSV(B) 223.94º 0.84% 1% -
XYZ 23.17 16.36 95.7 -
YUV 98.74 215.62 86.82 -
System Red Green Blue C M Y K H S L
Decimal 41 98 254 0.84 0.61 0 0.00 223.94 0.99 0.58
Hex 29 62 FE 54 3D 0 0 E0 63 3A
Octal 51 142 376 124 75 0 0 340 143 72
Binary 101001 1100010 11111110 1010100 111101 0 0 11100000 1100011 111010

Color Harmonies of #2962FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2962FE

Black with #2962FE

Text Example


Text Example

White with #2962FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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