Html Css Color HEX #2774DC Royal Blue

📋 copy color: '#2774DC'

red 39 ◦ green 116 ◦ blue 220

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

Shades of Royal Blue #2774DC

Tints of Royal Blue #2774DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 58.67%

R = 10.4%
G = 30.93%
B = 58.67%

CMYK

 C value IS 0.82

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2774DC (or 0x2774DC) is known color: Royal Blue. HEX triplet: 27, 74 and DC. RGB value is (39,116,220). Sum of RGB (Red+Green+Blue) = 39+116+220=375 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.4% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 220 (86.33% from 255 or 58.67% from 375); Max value from RGB is 220 - color contains mainly: blue. Hex color #2774DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2774DC is #D88B23. Grayscale: #686868. Windows color (decimal): -14191396 or 14447655. OLE color: 14447655.

HSL color Cylindrical-coordinate representation of color #2774DC: hue angle of 214.48º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2774DC is Cyan = 0.82, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 39 116 220 -
CMYK 0.82 0.47 0 0.14
HSL 214.48º 0.72% 0.51% -
HSV(B) 214.48º 0.82% 0.86% -
XYZ 20 18.09 70.15 -
YUV 104.83 192.99 81.04 -
System Red Green Blue C M Y K H S L
Decimal 39 116 220 0.82 0.47 0 0.14 214.48 0.72 0.51
Hex 27 74 DC 52 2F 0 E D6 48 33
Octal 47 164 334 122 57 0 16 326 110 63
Binary 100111 1110100 11011100 1010010 101111 0 1110 11010110 1001000 110011

Color Harmonies of #2774DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2774DC

Black with #2774DC

Text Example


Text Example

White with #2774DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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