Html Css Color HEX #377DF4 Royal Blue

📋 copy color: '#377DF4'

red 55 ◦ green 125 ◦ blue 244

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

Shades of Royal Blue #377DF4

Tints of Royal Blue #377DF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 57.55%

R = 12.97%
G = 29.48%
B = 57.55%

CMYK

 C value IS 0.77

 M value IS 0.49

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#377DF4 (or 0x377DF4) is known color: Royal Blue. HEX triplet: 37, 7D and F4. RGB value is (55,125,244). Sum of RGB (Red+Green+Blue) = 55+125+244=424 (56% of max value = 765). Red value is 55 (21.88% from 255 or 12.97% from 424); Green value is 125 (49.22% from 255 or 29.48% from 424); Blue value is 244 (95.70% from 255 or 57.55% from 424); Max value from RGB is 244 - color contains mainly: blue. Hex color #377DF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #377DF4 is #C8820B. Grayscale: #757575. Windows color (decimal): -13140492 or 16022839. OLE color: 16022839.

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

Color convert

RGB 55 125 244 -
CMYK 0.77 0.49 0 0.04
HSL 217.78º 0.9% 0.59% -
HSV(B) 217.78º 0.77% 0.96% -
XYZ 25.24 22.01 88.51 -
YUV 117.64 199.31 83.32 -
System Red Green Blue C M Y K H S L
Decimal 55 125 244 0.77 0.49 0 0.04 217.78 0.9 0.59
Hex 37 7D F4 4D 31 0 4 DA 5A 3B
Octal 67 175 364 115 61 0 4 332 132 73
Binary 110111 1111101 11110100 1001101 110001 0 100 11011010 1011010 111011

Color Harmonies of #377DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377DF4

Black with #377DF4

Text Example


Text Example

White with #377DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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