Html Css Color HEX #2958FA Royal Blue

📋 copy color: '#2958FA'

red 41 ◦ green 88 ◦ blue 250

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

Shades of Royal Blue #2958FA

Tints of Royal Blue #2958FA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.22%

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

R = 10.82%
G = 23.22%
B = 65.96%

CMYK

 C value IS 0.84

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2958FA (or 0x2958FA) is known color: Royal Blue. HEX triplet: 29, 58 and FA. RGB value is (41,88,250). Sum of RGB (Red+Green+Blue) = 41+88+250=379 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.82% from 379); Green value is 88 (34.77% from 255 or 23.22% from 379); Blue value is 250 (98.05% from 255 or 65.96% from 379); Max value from RGB is 250 - color contains mainly: blue. Hex color #2958FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2958FA is #D6A705. Grayscale: #5B5B5B. Windows color (decimal): -14067462 or 16406569. OLE color: 16406569.

HSL color Cylindrical-coordinate representation of color #2958FA: hue angle of 226.51º 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 #2958FA is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 41 88 250 -
CMYK 0.84 0.65 0 0.02
HSL 226.51º 0.95% 0.57% -
HSV(B) 226.51º 0.84% 0.98% -
XYZ 21.66 14.35 92.07 -
YUV 92.42 216.93 91.33 -
System Red Green Blue C M Y K H S L
Decimal 41 88 250 0.84 0.65 0 0.02 226.51 0.95 0.57
Hex 29 58 FA 54 41 0 2 E3 5F 39
Octal 51 130 372 124 101 0 2 343 137 71
Binary 101001 1011000 11111010 1010100 1000001 0 10 11100011 1011111 111001

Color Harmonies of #2958FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2958FA

Black with #2958FA

Text Example


Text Example

White with #2958FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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