Html Css Color HEX #2962FF Royal Blue

📋 copy color: '#2962FF'

red 41 ◦ green 98 ◦ blue 255

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

Shades of Royal Blue #2962FF

Tints of Royal Blue #2962FF

RGB

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

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

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

R = 10.41%
G = 24.87%
B = 64.72%

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

#2962FF (or 0x2962FF) is known color: Royal Blue. HEX triplet: 29, 62 and FF. RGB value is (41,98,255). Sum of RGB (Red+Green+Blue) = 41+98+255=394 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.41% from 394); Green value is 98 (38.67% from 255 or 24.87% from 394); Blue value is 255 (100% from 255 or 64.72% from 394); Max value from RGB is 255 - color contains mainly: blue. Hex color #2962FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2962FF is #D69D00. Grayscale: #626262. Windows color (decimal): -14064897 or 16736809. OLE color: 16736809.

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

Color convert

RGB 41 98 255 -
CMYK 0.84 0.62 0 0
HSL 224.02º 1% 0.58% -
HSV(B) 224.02º 0.84% 1% -
XYZ 23.33 16.43 96.55 -
YUV 98.86 216.12 86.73 -
System Red Green Blue C M Y K H S L
Decimal 41 98 255 0.84 0.62 0 0 224.02 1 0.58
Hex 29 62 FF 54 3E 0 0 E0 64 3A
Octal 51 142 377 124 76 0 0 340 144 72
Binary 101001 1100010 11111111 1010100 111110 0 0 11100000 1100100 111010

Color Harmonies of #2962FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2962FF

Black with #2962FF

Text Example


Text Example

White with #2962FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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