Html Css Color HEX #377FE1 Royal Blue

📋 copy color: '#377FE1'

red 55 ◦ green 127 ◦ blue 225

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

Shades of Royal Blue #377FE1

Tints of Royal Blue #377FE1

RGB

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

 GREEN value IS 127 (50% from 255) = 31.2%

 BLUE value IS 225 (88.28% from 255) = 55.28%

R = 13.51%
G = 31.2%
B = 55.28%

CMYK

 C value IS 0.76

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#377FE1 (or 0x377FE1) is known color: Royal Blue. HEX triplet: 37, 7F and E1. RGB value is (55,127,225). Sum of RGB (Red+Green+Blue) = 55+127+225=407 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.51% from 407); Green value is 127 (50% from 255 or 31.20% from 407); Blue value is 225 (88.28% from 255 or 55.28% from 407); Max value from RGB is 225 - color contains mainly: blue. Hex color #377FE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377FE1 is #C8801E. Grayscale: #747474. Windows color (decimal): -13139999 or 14778167. OLE color: 14778167.

HSL color Cylindrical-coordinate representation of color #377FE1: hue angle of 214.59º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #377FE1 is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 55 127 225 -
CMYK 0.76 0.44 0 0.12
HSL 214.59º 0.74% 0.55% -
HSV(B) 214.59º 0.76% 0.88% -
XYZ 22.76 21.43 74.17 -
YUV 116.64 189.15 84.03 -
System Red Green Blue C M Y K H S L
Decimal 55 127 225 0.76 0.44 0 0.12 214.59 0.74 0.55
Hex 37 7F E1 4C 2C 0 C D7 4A 37
Octal 67 177 341 114 54 0 14 327 112 67
Binary 110111 1111111 11100001 1001100 101100 0 1100 11010111 1001010 110111

Color Harmonies of #377FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377FE1

Black with #377FE1

Text Example


Text Example

White with #377FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,127,225); }

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

background-color css

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

 a { background-color: rgb(55,127,225); }

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

border-color css

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

 span { border-color: rgb(55,127,225); }

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