Html Css Color HEX #2957FA Royal Blue

📋 copy color: '#2957FA'

red 41 ◦ green 87 ◦ blue 250

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

Shades of Royal Blue #2957FA

Tints of Royal Blue #2957FA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.02%

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

R = 10.85%
G = 23.02%
B = 66.14%

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

#2957FA (or 0x2957FA) is known color: Royal Blue. HEX triplet: 29, 57 and FA. RGB value is (41,87,250). Sum of RGB (Red+Green+Blue) = 41+87+250=378 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.85% from 378); Green value is 87 (34.38% from 255 or 23.02% from 378); Blue value is 250 (98.05% from 255 or 66.14% from 378); Max value from RGB is 250 - color contains mainly: blue. Hex color #2957FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2957FA is #D6A805. Grayscale: #5B5B5B. Windows color (decimal): -14067718 or 16406313. OLE color: 16406313.

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

Color convert

RGB 41 87 250 -
CMYK 0.84 0.65 0 0.02
HSL 226.79º 0.95% 0.57% -
HSV(B) 226.79º 0.84% 0.98% -
XYZ 21.58 14.19 92.04 -
YUV 91.83 217.26 91.75 -
System Red Green Blue C M Y K H S L
Decimal 41 87 250 0.84 0.65 0 0.02 226.79 0.95 0.57
Hex 29 57 FA 54 41 0 2 E3 5F 39
Octal 51 127 372 124 101 0 2 343 137 71
Binary 101001 1010111 11111010 1010100 1000001 0 10 11100011 1011111 111001

Color Harmonies of #2957FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2957FA

Black with #2957FA

Text Example


Text Example

White with #2957FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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