Html Css Color HEX #377DF7 Royal Blue

📋 copy color: '#377DF7'

red 55 ◦ green 125 ◦ blue 247

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

Shades of Royal Blue #377DF7

Tints of Royal Blue #377DF7

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.27%

 BLUE value IS 247 (96.88% from 255) = 57.85%

R = 12.88%
G = 29.27%
B = 57.85%

CMYK

 C value IS 0.78

 M value IS 0.49

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#377DF7 (or 0x377DF7) is known color: Royal Blue. HEX triplet: 37, 7D and F7. RGB value is (55,125,247). Sum of RGB (Red+Green+Blue) = 55+125+247=427 (56% of max value = 765). Red value is 55 (21.88% from 255 or 12.88% from 427); Green value is 125 (49.22% from 255 or 29.27% from 427); Blue value is 247 (96.88% from 255 or 57.85% from 427); Max value from RGB is 247 - color contains mainly: blue. Hex color #377DF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #377DF7 is #C88208. Grayscale: #757575. Windows color (decimal): -13140489 or 16219447. OLE color: 16219447.

HSL color Cylindrical-coordinate representation of color #377DF7: hue angle of 218.12º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #377DF7 is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 55 125 247 -
CMYK 0.78 0.49 0 0.03
HSL 218.13º 0.92% 0.59% -
HSV(B) 218.13º 0.78% 0.97% -
XYZ 25.7 22.19 90.93 -
YUV 117.98 200.81 83.08 -
System Red Green Blue C M Y K H S L
Decimal 55 125 247 0.78 0.49 0 0.03 218.13 0.92 0.59
Hex 37 7D F7 4E 31 0 3 DA 5C 3B
Octal 67 175 367 116 61 0 3 332 134 73
Binary 110111 1111101 11110111 1001110 110001 0 11 11011010 1011100 111011

Color Harmonies of #377DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377DF7

Black with #377DF7

Text Example


Text Example

White with #377DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,125,247); }

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

background-color css

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

 a { background-color: rgb(55,125,247); }

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

border-color css

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

 span { border-color: rgb(55,125,247); }

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