Html Css Color HEX #2649EE Royal Blue

📋 copy color: '#2649EE'

red 38 ◦ green 73 ◦ blue 238

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

Shades of Royal Blue #2649EE

Tints of Royal Blue #2649EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 68.19%

R = 10.89%
G = 20.92%
B = 68.19%

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

#2649EE (or 0x2649EE) is known color: Royal Blue. HEX triplet: 26, 49 and EE. RGB value is (38,73,238). Sum of RGB (Red+Green+Blue) = 38+73+238=349 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.89% from 349); Green value is 73 (28.91% from 255 or 20.92% from 349); Blue value is 238 (93.36% from 255 or 68.19% from 349); Max value from RGB is 238 - color contains mainly: blue. Hex color #2649EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2649EE is #D9B611. Grayscale: #505050. Windows color (decimal): -14267922 or 15616294. OLE color: 15616294.

HSL color Cylindrical-coordinate representation of color #2649EE: hue angle of 229.5º degrees, saturation: 0.85, 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 #2649EE is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 38 73 238 -
CMYK 0.84 0.69 0 0.07
HSL 229.5º 0.85% 0.54% -
HSV(B) 229.5º 0.84% 0.93% -
XYZ 18.61 11.35 82.1 -
YUV 81.35 216.4 97.08 -
System Red Green Blue C M Y K H S L
Decimal 38 73 238 0.84 0.69 0 0.07 229.5 0.85 0.54
Hex 26 49 EE 54 45 0 7 E6 55 36
Octal 46 111 356 124 105 0 7 346 125 66
Binary 100110 1001001 11101110 1010100 1000101 0 111 11100110 1010101 110110

Color Harmonies of #2649EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2649EE

Black with #2649EE

Text Example


Text Example

White with #2649EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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