Html Css Color HEX #277EDD Royal Blue

📋 copy color: '#277EDD'

red 39 ◦ green 126 ◦ blue 221

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

Shades of Royal Blue #277EDD

Tints of Royal Blue #277EDD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.64%

 BLUE value IS 221 (86.72% from 255) = 57.25%

R = 10.1%
G = 32.64%
B = 57.25%

CMYK

 C value IS 0.82

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#277EDD (or 0x277EDD) is known color: Royal Blue. HEX triplet: 27, 7E and DD. RGB value is (39,126,221). Sum of RGB (Red+Green+Blue) = 39+126+221=386 (51% of max value = 765). Red value is 39 (15.62% from 255 or 10.10% from 386); Green value is 126 (49.61% from 255 or 32.64% from 386); Blue value is 221 (86.72% from 255 or 57.25% from 386); Max value from RGB is 221 - color contains mainly: blue. Hex color #277EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #277EDD is #D88122. Grayscale: #6E6E6E. Windows color (decimal): -14188835 or 14515751. OLE color: 14515751.

HSL color Cylindrical-coordinate representation of color #277EDD: hue angle of 211.32º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #277EDD is Cyan = 0.82, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 39 126 221 -
CMYK 0.82 0.43 0 0.13
HSL 211.32º 0.73% 0.51% -
HSV(B) 211.32º 0.82% 0.87% -
XYZ 21.35 20.57 71.25 -
YUV 110.82 190.18 76.78 -
System Red Green Blue C M Y K H S L
Decimal 39 126 221 0.82 0.43 0 0.13 211.32 0.73 0.51
Hex 27 7E DD 52 2B 0 D D3 49 33
Octal 47 176 335 122 53 0 15 323 111 63
Binary 100111 1111110 11011101 1010010 101011 0 1101 11010011 1001001 110011

Color Harmonies of #277EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277EDD

Black with #277EDD

Text Example


Text Example

White with #277EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,126,221); }

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

background-color css

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

 a { background-color: rgb(39,126,221); }

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

border-color css

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

 span { border-color: rgb(39,126,221); }

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