Html Css Color HEX #377EDD Royal Blue

📋 copy color: '#377EDD'

red 55 ◦ green 126 ◦ blue 221

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

Shades of Royal Blue #377EDD

Tints of Royal Blue #377EDD

RGB

 RED value IS 55 (21.88% from 255) = 13.68%

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

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

R = 13.68%
G = 31.34%
B = 54.98%

CMYK

 C value IS 0.75

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#377EDD (or 0x377EDD) is known color: Royal Blue. HEX triplet: 37, 7E and DD. RGB value is (55,126,221). Sum of RGB (Red+Green+Blue) = 55+126+221=402 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.68% from 402); Green value is 126 (49.61% from 255 or 31.34% from 402); Blue value is 221 (86.72% from 255 or 54.98% from 402); Max value from RGB is 221 - color contains mainly: blue. Hex color #377EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377EDD is #C88122. Grayscale: #737373. Windows color (decimal): -13140259 or 14515767. OLE color: 14515767.

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

Color convert

RGB 55 126 221 -
CMYK 0.75 0.43 0 0.13
HSL 214.34º 0.71% 0.54% -
HSV(B) 214.34º 0.75% 0.87% -
XYZ 22.09 20.95 71.29 -
YUV 115.6 187.48 84.78 -
System Red Green Blue C M Y K H S L
Decimal 55 126 221 0.75 0.43 0 0.13 214.34 0.71 0.54
Hex 37 7E DD 4B 2B 0 D D6 47 36
Octal 67 176 335 113 53 0 15 326 107 66
Binary 110111 1111110 11011101 1001011 101011 0 1101 11010110 1000111 110110

Color Harmonies of #377EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377EDD

Black with #377EDD

Text Example


Text Example

White with #377EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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