Html Css Color HEX #377FDF Royal Blue

📋 copy color: '#377FDF'

red 55 ◦ green 127 ◦ blue 223

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

Shades of Royal Blue #377FDF

Tints of Royal Blue #377FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 55.06%

R = 13.58%
G = 31.36%
B = 55.06%

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

#377FDF (or 0x377FDF) is known color: Royal Blue. HEX triplet: 37, 7F and DF. RGB value is (55,127,223). Sum of RGB (Red+Green+Blue) = 55+127+223=405 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.58% from 405); Green value is 127 (50% from 255 or 31.36% from 405); Blue value is 223 (87.5% from 255 or 55.06% from 405); Max value from RGB is 223 - color contains mainly: blue. Hex color #377FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377FDF is #C88020. Grayscale: #737373. Windows color (decimal): -13140001 or 14647095. OLE color: 14647095.

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

Color convert

RGB 55 127 223 -
CMYK 0.75 0.43 0 0.13
HSL 214.29º 0.72% 0.55% -
HSV(B) 214.29º 0.75% 0.87% -
XYZ 22.48 21.32 72.74 -
YUV 116.42 188.15 84.19 -
System Red Green Blue C M Y K H S L
Decimal 55 127 223 0.75 0.43 0 0.13 214.29 0.72 0.55
Hex 37 7F DF 4B 2B 0 D D6 48 37
Octal 67 177 337 113 53 0 15 326 110 67
Binary 110111 1111111 11011111 1001011 101011 0 1101 11010110 1001000 110111

Color Harmonies of #377FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377FDF

Black with #377FDF

Text Example


Text Example

White with #377FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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