Html Css Color HEX #2957F8 Royal Blue

📋 copy color: '#2957F8'

red 41 ◦ green 87 ◦ blue 248

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

Shades of Royal Blue #2957F8

Tints of Royal Blue #2957F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 65.96%

R = 10.9%
G = 23.14%
B = 65.96%

CMYK

 C value IS 0.83

 M value IS 0.65

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#2957F8 (or 0x2957F8) is known color: Royal Blue. HEX triplet: 29, 57 and F8. RGB value is (41,87,248). Sum of RGB (Red+Green+Blue) = 41+87+248=376 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.90% from 376); Green value is 87 (34.38% from 255 or 23.14% from 376); Blue value is 248 (97.27% from 255 or 65.96% from 376); Max value from RGB is 248 - color contains mainly: blue. Hex color #2957F8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2957F8 is #D6A807. Grayscale: #5A5A5A. Windows color (decimal): -14067720 or 16275241. OLE color: 16275241.

HSL color Cylindrical-coordinate representation of color #2957F8: hue angle of 226.67º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2957F8 is Cyan = 0.83, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 41 87 248 -
CMYK 0.83 0.65 0 0.03
HSL 226.67º 0.94% 0.57% -
HSV(B) 226.67º 0.83% 0.97% -
XYZ 21.27 14.07 90.4 -
YUV 91.6 216.26 91.91 -
System Red Green Blue C M Y K H S L
Decimal 41 87 248 0.83 0.65 0 0.03 226.67 0.94 0.57
Hex 29 57 F8 53 41 0 3 E3 5E 39
Octal 51 127 370 123 101 0 3 343 136 71
Binary 101001 1010111 11111000 1010011 1000001 0 11 11100011 1011110 111001

Color Harmonies of #2957F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2957F8

Black with #2957F8

Text Example


Text Example

White with #2957F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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