Html Css Color HEX #377FD8 Royal Blue

📋 copy color: '#377FD8'

red 55 ◦ green 127 ◦ blue 216

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

Shades of Royal Blue #377FD8

Tints of Royal Blue #377FD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 54.27%

R = 13.82%
G = 31.91%
B = 54.27%

CMYK

 C value IS 0.75

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#377FD8 (or 0x377FD8) is known color: Royal Blue. HEX triplet: 37, 7F and D8. RGB value is (55,127,216). Sum of RGB (Red+Green+Blue) = 55+127+216=398 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.82% from 398); Green value is 127 (50% from 255 or 31.91% from 398); Blue value is 216 (84.77% from 255 or 54.27% from 398); Max value from RGB is 216 - color contains mainly: blue. Hex color #377FD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377FD8 is #C88027. Grayscale: #737373. Windows color (decimal): -13140008 or 14188343. OLE color: 14188343.

HSL color Cylindrical-coordinate representation of color #377FD8: hue angle of 213.17º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #377FD8 is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 55 127 216 -
CMYK 0.75 0.41 0 0.15
HSL 213.17º 0.67% 0.53% -
HSV(B) 213.17º 0.75% 0.85% -
XYZ 21.56 20.95 67.87 -
YUV 115.62 184.65 84.76 -
System Red Green Blue C M Y K H S L
Decimal 55 127 216 0.75 0.41 0 0.15 213.17 0.67 0.53
Hex 37 7F D8 4B 29 0 F D5 43 35
Octal 67 177 330 113 51 0 17 325 103 65
Binary 110111 1111111 11011000 1001011 101001 0 1111 11010101 1000011 110101

Color Harmonies of #377FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377FD8

Black with #377FD8

Text Example


Text Example

White with #377FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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