Html Css Color HEX #377FDD Royal Blue

📋 copy color: '#377FDD'

red 55 ◦ green 127 ◦ blue 221

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

Shades of Royal Blue #377FDD

Tints of Royal Blue #377FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 54.84%

R = 13.65%
G = 31.51%
B = 54.84%

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

#377FDD (or 0x377FDD) is known color: Royal Blue. HEX triplet: 37, 7F and DD. RGB value is (55,127,221). Sum of RGB (Red+Green+Blue) = 55+127+221=403 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.65% from 403); Green value is 127 (50% from 255 or 31.51% from 403); Blue value is 221 (86.72% from 255 or 54.84% from 403); Max value from RGB is 221 - color contains mainly: blue. Hex color #377FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377FDD is #C88022. Grayscale: #737373. Windows color (decimal): -13140003 or 14516023. OLE color: 14516023.

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

Color convert

RGB 55 127 221 -
CMYK 0.75 0.43 0 0.13
HSL 213.98º 0.71% 0.54% -
HSV(B) 213.98º 0.75% 0.87% -
XYZ 22.22 21.21 71.33 -
YUV 116.19 187.15 84.36 -
System Red Green Blue C M Y K H S L
Decimal 55 127 221 0.75 0.43 0 0.13 213.98 0.71 0.54
Hex 37 7F DD 4B 2B 0 D D6 47 36
Octal 67 177 335 113 53 0 15 326 107 66
Binary 110111 1111111 11011101 1001011 101011 0 1101 11010110 1000111 110110

Color Harmonies of #377FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377FDD

Black with #377FDD

Text Example


Text Example

White with #377FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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