Html Css Color HEX #377FDC Royal Blue

📋 copy color: '#377FDC'

red 55 ◦ green 127 ◦ blue 220

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

Shades of Royal Blue #377FDC

Tints of Royal Blue #377FDC

RGB

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

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

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

R = 13.68%
G = 31.59%
B = 54.73%

CMYK

 C value IS 0.75

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#377FDC (or 0x377FDC) is known color: Royal Blue. HEX triplet: 37, 7F and DC. RGB value is (55,127,220). Sum of RGB (Red+Green+Blue) = 55+127+220=402 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.68% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 220 (86.33% from 255 or 54.73% from 402); Max value from RGB is 220 - color contains mainly: blue. Hex color #377FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377FDC is #C88023. Grayscale: #737373. Windows color (decimal): -13140004 or 14450487. OLE color: 14450487.

HSL color Cylindrical-coordinate representation of color #377FDC: hue angle of 213.82º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #377FDC is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 55 127 220 -
CMYK 0.75 0.42 0 0.14
HSL 213.82º 0.7% 0.54% -
HSV(B) 213.82º 0.75% 0.86% -
XYZ 22.08 21.16 70.63 -
YUV 116.07 186.65 84.44 -
System Red Green Blue C M Y K H S L
Decimal 55 127 220 0.75 0.42 0 0.14 213.82 0.7 0.54
Hex 37 7F DC 4B 2A 0 E D6 46 36
Octal 67 177 334 113 52 0 16 326 106 66
Binary 110111 1111111 11011100 1001011 101010 0 1110 11010110 1000110 110110

Color Harmonies of #377FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377FDC

Black with #377FDC

Text Example


Text Example

White with #377FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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