Html Css Color HEX #277BDC Royal Blue

📋 copy color: '#277BDC'

red 39 ◦ green 123 ◦ blue 220

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

Shades of Royal Blue #277BDC

Tints of Royal Blue #277BDC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.2%

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

R = 10.21%
G = 32.2%
B = 57.59%

CMYK

 C value IS 0.82

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#277BDC (or 0x277BDC) is known color: Royal Blue. HEX triplet: 27, 7B and DC. RGB value is (39,123,220). Sum of RGB (Red+Green+Blue) = 39+123+220=382 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.21% from 382); Green value is 123 (48.44% from 255 or 32.20% from 382); Blue value is 220 (86.33% from 255 or 57.59% from 382); Max value from RGB is 220 - color contains mainly: blue. Hex color #277BDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #277BDC is #D88423. Grayscale: #6C6C6C. Windows color (decimal): -14189604 or 14449447. OLE color: 14449447.

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

Color convert

RGB 39 123 220 -
CMYK 0.82 0.44 0 0.14
HSL 212.15º 0.72% 0.51% -
HSV(B) 212.15º 0.82% 0.86% -
XYZ 20.84 19.76 70.43 -
YUV 108.94 190.67 78.11 -
System Red Green Blue C M Y K H S L
Decimal 39 123 220 0.82 0.44 0 0.14 212.15 0.72 0.51
Hex 27 7B DC 52 2C 0 E D4 48 33
Octal 47 173 334 122 54 0 16 324 110 63
Binary 100111 1111011 11011100 1010010 101100 0 1110 11010100 1001000 110011

Color Harmonies of #277BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277BDC

Black with #277BDC

Text Example


Text Example

White with #277BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277BDC; }

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

 H1.HeaderClassName
 {
   color: #277BDC;
 }
 .AnyTagClassName
 {
   color: #277BDC;
 }
</style>

background-color css

<style>
 a { background-color: #277BDC; }

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

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

border-color css

<style>
 span { border-color: #277BDC; }

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

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