Html Css Color HEX #2774D5 Royal Blue

📋 copy color: '#2774D5'

red 39 ◦ green 116 ◦ blue 213

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

Shades of Royal Blue #2774D5

Tints of Royal Blue #2774D5

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.52%

 BLUE value IS 213 (83.59% from 255) = 57.88%

R = 10.6%
G = 31.52%
B = 57.88%

CMYK

 C value IS 0.82

 M value IS 0.46

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#2774D5 (or 0x2774D5) is known color: Royal Blue. HEX triplet: 27, 74 and D5. RGB value is (39,116,213). Sum of RGB (Red+Green+Blue) = 39+116+213=368 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.60% from 368); Green value is 116 (45.70% from 255 or 31.52% from 368); Blue value is 213 (83.59% from 255 or 57.88% from 368); Max value from RGB is 213 - color contains mainly: blue. Hex color #2774D5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2774D5 is #D88B2A. Grayscale: #676767. Windows color (decimal): -14191403 or 13988903. OLE color: 13988903.

HSL color Cylindrical-coordinate representation of color #2774D5: hue angle of 213.45º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2774D5 is Cyan = 0.82, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 39 116 213 -
CMYK 0.82 0.46 0 0.16
HSL 213.45º 0.69% 0.49% -
HSV(B) 213.45º 0.82% 0.84% -
XYZ 19.09 17.73 65.37 -
YUV 104.04 189.49 81.61 -
System Red Green Blue C M Y K H S L
Decimal 39 116 213 0.82 0.46 0 0.16 213.45 0.69 0.49
Hex 27 74 D5 52 2E 0 10 D5 45 31
Octal 47 164 325 122 56 0 20 325 105 61
Binary 100111 1110100 11010101 1010010 101110 0 10000 11010101 1000101 110001

Color Harmonies of #2774D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2774D5

Black with #2774D5

Text Example


Text Example

White with #2774D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2774D5; }

 p { color: rgb(39,116,213); }

 H1.HeaderClassName
 {
   color: #2774D5;
 }
 .AnyTagClassName
 {
   color: #2774D5;
 }
</style>

background-color css

<style>
 a { background-color: #2774D5; }

 a { background-color: rgb(39,116,213); }

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

border-color css

<style>
 span { border-color: #2774D5; }

 span { border-color: rgb(39,116,213); }

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