Html Css Color HEX #377FF0 Royal Blue

📋 copy color: '#377FF0'

red 55 ◦ green 127 ◦ blue 240

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

Shades of Royal Blue #377FF0

Tints of Royal Blue #377FF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 56.87%

R = 13.03%
G = 30.09%
B = 56.87%

CMYK

 C value IS 0.77

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#377FF0 (or 0x377FF0) is known color: Royal Blue. HEX triplet: 37, 7F and F0. RGB value is (55,127,240). Sum of RGB (Red+Green+Blue) = 55+127+240=422 (55% of max value = 765). Red value is 55 (21.88% from 255 or 13.03% from 422); Green value is 127 (50% from 255 or 30.09% from 422); Blue value is 240 (94.14% from 255 or 56.87% from 422); Max value from RGB is 240 - color contains mainly: blue. Hex color #377FF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #377FF0 is #C8800F. Grayscale: #757575. Windows color (decimal): -13139984 or 15761207. OLE color: 15761207.

HSL color Cylindrical-coordinate representation of color #377FF0: hue angle of 216.65º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #377FF0 is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 55 127 240 -
CMYK 0.77 0.47 0 0.06
HSL 216.65º 0.86% 0.58% -
HSV(B) 216.65º 0.77% 0.94% -
XYZ 24.89 22.28 85.43 -
YUV 118.35 196.65 82.81 -
System Red Green Blue C M Y K H S L
Decimal 55 127 240 0.77 0.47 0 0.06 216.65 0.86 0.58
Hex 37 7F F0 4D 2F 0 6 D9 56 3A
Octal 67 177 360 115 57 0 6 331 126 72
Binary 110111 1111111 11110000 1001101 101111 0 110 11011001 1010110 111010

Color Harmonies of #377FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377FF0

Black with #377FF0

Text Example


Text Example

White with #377FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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