Html Css Color HEX #2959EC Royal Blue

📋 copy color: '#2959EC'

red 41 ◦ green 89 ◦ blue 236

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

Shades of Royal Blue #2959EC

Tints of Royal Blue #2959EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 64.48%

R = 11.2%
G = 24.32%
B = 64.48%

CMYK

 C value IS 0.83

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2959EC (or 0x2959EC) is known color: Royal Blue. HEX triplet: 29, 59 and EC. RGB value is (41,89,236). Sum of RGB (Red+Green+Blue) = 41+89+236=366 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.20% from 366); Green value is 89 (35.16% from 255 or 24.32% from 366); Blue value is 236 (92.58% from 255 or 64.48% from 366); Max value from RGB is 236 - color contains mainly: blue. Hex color #2959EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2959EC is #D6A613. Grayscale: #5A5A5A. Windows color (decimal): -14067220 or 15489321. OLE color: 15489321.

HSL color Cylindrical-coordinate representation of color #2959EC: hue angle of 225.23º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2959EC is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 41 89 236 -
CMYK 0.83 0.62 0 0.07
HSL 225.23º 0.84% 0.54% -
HSV(B) 225.23º 0.83% 0.93% -
XYZ 19.63 13.67 80.96 -
YUV 91.41 209.6 92.05 -
System Red Green Blue C M Y K H S L
Decimal 41 89 236 0.83 0.62 0 0.07 225.23 0.84 0.54
Hex 29 59 EC 53 3E 0 7 E1 54 36
Octal 51 131 354 123 76 0 7 341 124 66
Binary 101001 1011001 11101100 1010011 111110 0 111 11100001 1010100 110110

Color Harmonies of #2959EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2959EC

Black with #2959EC

Text Example


Text Example

White with #2959EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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