Html Css Color HEX #2962FA Royal Blue

📋 copy color: '#2962FA'

red 41 ◦ green 98 ◦ blue 250

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

Shades of Royal Blue #2962FA

Tints of Royal Blue #2962FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 64.27%

R = 10.54%
G = 25.19%
B = 64.27%

CMYK

 C value IS 0.84

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2962FA (or 0x2962FA) is known color: Royal Blue. HEX triplet: 29, 62 and FA. RGB value is (41,98,250). Sum of RGB (Red+Green+Blue) = 41+98+250=389 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.54% from 389); Green value is 98 (38.67% from 255 or 25.19% from 389); Blue value is 250 (98.05% from 255 or 64.27% from 389); Max value from RGB is 250 - color contains mainly: blue. Hex color #2962FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2962FA is #D69D05. Grayscale: #616161. Windows color (decimal): -14064902 or 16409129. OLE color: 16409129.

HSL color Cylindrical-coordinate representation of color #2962FA: hue angle of 223.64º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2962FA is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 41 98 250 -
CMYK 0.84 0.61 0 0.02
HSL 223.64º 0.95% 0.57% -
HSV(B) 223.64º 0.84% 0.98% -
XYZ 22.54 16.11 92.36 -
YUV 98.29 213.62 87.14 -
System Red Green Blue C M Y K H S L
Decimal 41 98 250 0.84 0.61 0 0.02 223.64 0.95 0.57
Hex 29 62 FA 54 3D 0 2 E0 5F 39
Octal 51 142 372 124 75 0 2 340 137 71
Binary 101001 1100010 11111010 1010100 111101 0 10 11100000 1011111 111001

Color Harmonies of #2962FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2962FA

Black with #2962FA

Text Example


Text Example

White with #2962FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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