Html Css Color HEX #2770DC Royal Blue

📋 copy color: '#2770DC'

red 39 ◦ green 112 ◦ blue 220

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

Shades of Royal Blue #2770DC

Tints of Royal Blue #2770DC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.19%

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

R = 10.51%
G = 30.19%
B = 59.3%

CMYK

 C value IS 0.82

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2770DC (or 0x2770DC) is known color: Royal Blue. HEX triplet: 27, 70 and DC. RGB value is (39,112,220). Sum of RGB (Red+Green+Blue) = 39+112+220=371 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.51% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 220 (86.33% from 255 or 59.30% from 371); Max value from RGB is 220 - color contains mainly: blue. Hex color #2770DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2770DC is #D88F23. Grayscale: #656565. Windows color (decimal): -14192420 or 14446631. OLE color: 14446631.

HSL color Cylindrical-coordinate representation of color #2770DC: hue angle of 215.8º 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 #2770DC is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 39 112 220 -
CMYK 0.82 0.49 0 0.14
HSL 215.8º 0.72% 0.51% -
HSV(B) 215.8º 0.82% 0.86% -
XYZ 19.55 17.19 70 -
YUV 102.49 194.32 82.72 -
System Red Green Blue C M Y K H S L
Decimal 39 112 220 0.82 0.49 0 0.14 215.8 0.72 0.51
Hex 27 70 DC 52 31 0 E D8 48 33
Octal 47 160 334 122 61 0 16 330 110 63
Binary 100111 1110000 11011100 1010010 110001 0 1110 11011000 1001000 110011

Color Harmonies of #2770DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2770DC

Black with #2770DC

Text Example


Text Example

White with #2770DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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