Html Css Color HEX #377BF5 Royal Blue

📋 copy color: '#377BF5'

red 55 ◦ green 123 ◦ blue 245

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

Shades of Royal Blue #377BF5

Tints of Royal Blue #377BF5

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.08%

 BLUE value IS 245 (96.09% from 255) = 57.92%

R = 13%
G = 29.08%
B = 57.92%

CMYK

 C value IS 0.78

 M value IS 0.50

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#377BF5 (or 0x377BF5) is known color: Royal Blue. HEX triplet: 37, 7B and F5. RGB value is (55,123,245). Sum of RGB (Red+Green+Blue) = 55+123+245=423 (56% of max value = 765). Red value is 55 (21.88% from 255 or 13.00% from 423); Green value is 123 (48.44% from 255 or 29.08% from 423); Blue value is 245 (96.09% from 255 or 57.92% from 423); Max value from RGB is 245 - color contains mainly: blue. Hex color #377BF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #377BF5 is #C8840A. Grayscale: #747474. Windows color (decimal): -13141003 or 16087863. OLE color: 16087863.

HSL color Cylindrical-coordinate representation of color #377BF5: hue angle of 218.53º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #377BF5 is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 55 123 245 -
CMYK 0.78 0.50 0 0.04
HSL 218.53º 0.9% 0.59% -
HSV(B) 218.53º 0.78% 0.96% -
XYZ 25.14 21.57 89.22 -
YUV 116.58 200.47 84.08 -
System Red Green Blue C M Y K H S L
Decimal 55 123 245 0.78 0.50 0 0.04 218.53 0.9 0.59
Hex 37 7B F5 4E 32 0 4 DB 5A 3B
Octal 67 173 365 116 62 0 4 333 132 73
Binary 110111 1111011 11110101 1001110 110010 0 100 11011011 1011010 111011

Color Harmonies of #377BF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377BF5

Black with #377BF5

Text Example


Text Example

White with #377BF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,123,245); }

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

background-color css

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

 a { background-color: rgb(55,123,245); }

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

border-color css

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

 span { border-color: rgb(55,123,245); }

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