Html Css Color HEX #2959F9 Royal Blue

📋 copy color: '#2959F9'

red 41 ◦ green 89 ◦ blue 249

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

Shades of Royal Blue #2959F9

Tints of Royal Blue #2959F9

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.48%

 BLUE value IS 249 (97.66% from 255) = 65.7%

R = 10.82%
G = 23.48%
B = 65.7%

CMYK

 C value IS 0.84

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2959F9 (or 0x2959F9) is known color: Royal Blue. HEX triplet: 29, 59 and F9. RGB value is (41,89,249). Sum of RGB (Red+Green+Blue) = 41+89+249=379 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.82% from 379); Green value is 89 (35.16% from 255 or 23.48% from 379); Blue value is 249 (97.66% from 255 or 65.70% from 379); Max value from RGB is 249 - color contains mainly: blue. Hex color #2959F9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2959F9 is #D6A606. Grayscale: #5C5C5C. Windows color (decimal): -14067207 or 16341289. OLE color: 16341289.

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

Color convert

RGB 41 89 249 -
CMYK 0.84 0.64 0 0.02
HSL 226.15º 0.95% 0.57% -
HSV(B) 226.15º 0.84% 0.98% -
XYZ 21.59 14.46 91.28 -
YUV 92.89 216.1 90.99 -
System Red Green Blue C M Y K H S L
Decimal 41 89 249 0.84 0.64 0 0.02 226.15 0.95 0.57
Hex 29 59 F9 54 40 0 2 E2 5F 39
Octal 51 131 371 124 100 0 2 342 137 71
Binary 101001 1011001 11111001 1010100 1000000 0 10 11100010 1011111 111001

Color Harmonies of #2959F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2959F9

Black with #2959F9

Text Example


Text Example

White with #2959F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2959F9; }

 p { color: rgb(41,89,249); }

 H1.HeaderClassName
 {
   color: #2959F9;
 }
 .AnyTagClassName
 {
   color: #2959F9;
 }
</style>

background-color css

<style>
 a { background-color: #2959F9; }

 a { background-color: rgb(41,89,249); }

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

border-color css

<style>
 span { border-color: #2959F9; }

 span { border-color: rgb(41,89,249); }

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