Html Css Color HEX #2769E5 Royal Blue

📋 copy color: '#2769E5'

red 39 ◦ green 105 ◦ blue 229

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

Shades of Royal Blue #2769E5

Tints of Royal Blue #2769E5

RGB

 RED value IS 39 (15.63% from 255) = 10.46%

 GREEN value IS 105 (41.41% from 255) = 28.15%

 BLUE value IS 229 (89.84% from 255) = 61.39%

R = 10.46%
G = 28.15%
B = 61.39%

CMYK

 C value IS 0.83

 M value IS 0.54

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#2769E5 (or 0x2769E5) is known color: Royal Blue. HEX triplet: 27, 69 and E5. RGB value is (39,105,229). Sum of RGB (Red+Green+Blue) = 39+105+229=373 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.46% from 373); Green value is 105 (41.41% from 255 or 28.15% from 373); Blue value is 229 (89.84% from 255 or 61.39% from 373); Max value from RGB is 229 - color contains mainly: blue. Hex color #2769E5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2769E5 is #D8961A. Grayscale: #626262. Windows color (decimal): -14194203 or 15034663. OLE color: 15034663.

HSL color Cylindrical-coordinate representation of color #2769E5: hue angle of 219.16º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2769E5 is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 39 105 229 -
CMYK 0.83 0.54 0 0.10
HSL 219.16º 0.79% 0.53% -
HSV(B) 219.16º 0.83% 0.9% -
XYZ 20.03 16.19 76.2 -
YUV 99.4 201.13 84.92 -
System Red Green Blue C M Y K H S L
Decimal 39 105 229 0.83 0.54 0 0.10 219.16 0.79 0.53
Hex 27 69 E5 53 36 0 A DB 4F 35
Octal 47 151 345 123 66 0 12 333 117 65
Binary 100111 1101001 11100101 1010011 110110 0 1010 11011011 1001111 110101

Color Harmonies of #2769E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2769E5

Black with #2769E5

Text Example


Text Example

White with #2769E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2769E5; }

 p { color: rgb(39,105,229); }

 H1.HeaderClassName
 {
   color: #2769E5;
 }
 .AnyTagClassName
 {
   color: #2769E5;
 }
</style>

background-color css

<style>
 a { background-color: #2769E5; }

 a { background-color: rgb(39,105,229); }

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

border-color css

<style>
 span { border-color: #2769E5; }

 span { border-color: rgb(39,105,229); }

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