Html Css Color HEX #2649EC Royal Blue

📋 copy color: '#2649EC'

red 38 ◦ green 73 ◦ blue 236

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

Shades of Royal Blue #2649EC

Tints of Royal Blue #2649EC

RGB

 RED value IS 38 (15.23% from 255) = 10.95%

 GREEN value IS 73 (28.91% from 255) = 21.04%

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

R = 10.95%
G = 21.04%
B = 68.01%

CMYK

 C value IS 0.84

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2649EC (or 0x2649EC) is known color: Royal Blue. HEX triplet: 26, 49 and EC. RGB value is (38,73,236). Sum of RGB (Red+Green+Blue) = 38+73+236=347 (45% of max value = 765). Red value is 38 (15.23% from 255 or 10.95% from 347); Green value is 73 (28.91% from 255 or 21.04% from 347); Blue value is 236 (92.58% from 255 or 68.01% from 347); Max value from RGB is 236 - color contains mainly: blue. Hex color #2649EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2649EC is #D9B613. Grayscale: #505050. Windows color (decimal): -14267924 or 15485222. OLE color: 15485222.

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

Color convert

RGB 38 73 236 -
CMYK 0.84 0.69 0 0.07
HSL 229.39º 0.84% 0.54% -
HSV(B) 229.39º 0.84% 0.93% -
XYZ 18.32 11.23 80.56 -
YUV 81.12 215.4 97.25 -
System Red Green Blue C M Y K H S L
Decimal 38 73 236 0.84 0.69 0 0.07 229.39 0.84 0.54
Hex 26 49 EC 54 45 0 7 E5 54 36
Octal 46 111 354 124 105 0 7 345 124 66
Binary 100110 1001001 11101100 1010100 1000101 0 111 11100101 1010100 110110

Color Harmonies of #2649EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2649EC

Black with #2649EC

Text Example


Text Example

White with #2649EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,73,236); }

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

background-color css

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

 a { background-color: rgb(38,73,236); }

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

border-color css

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

 span { border-color: rgb(38,73,236); }

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