Html Css Color HEX #377AF8 Royal Blue

📋 copy color: '#377AF8'

red 55 ◦ green 122 ◦ blue 248

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

Shades of Royal Blue #377AF8

Tints of Royal Blue #377AF8

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.71%

 BLUE value IS 248 (97.27% from 255) = 58.35%

R = 12.94%
G = 28.71%
B = 58.35%

CMYK

 C value IS 0.78

 M value IS 0.51

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#377AF8 (or 0x377AF8) is known color: Royal Blue. HEX triplet: 37, 7A and F8. RGB value is (55,122,248). Sum of RGB (Red+Green+Blue) = 55+122+248=425 (56% of max value = 765). Red value is 55 (21.88% from 255 or 12.94% from 425); Green value is 122 (48.05% from 255 or 28.71% from 425); Blue value is 248 (97.27% from 255 or 58.35% from 425); Max value from RGB is 248 - color contains mainly: blue. Hex color #377AF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #377AF8 is #C88507. Grayscale: #737373. Windows color (decimal): -13141256 or 16284215. OLE color: 16284215.

HSL color Cylindrical-coordinate representation of color #377AF8: hue angle of 219.17º degrees, saturation: 0.93, 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 #377AF8 is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 55 122 248 -
CMYK 0.78 0.51 0 0.03
HSL 219.17º 0.93% 0.59% -
HSV(B) 219.17º 0.78% 0.97% -
XYZ 25.48 21.51 91.62 -
YUV 116.33 202.3 84.25 -
System Red Green Blue C M Y K H S L
Decimal 55 122 248 0.78 0.51 0 0.03 219.17 0.93 0.59
Hex 37 7A F8 4E 33 0 3 DB 5D 3B
Octal 67 172 370 116 63 0 3 333 135 73
Binary 110111 1111010 11111000 1001110 110011 0 11 11011011 1011101 111011

Color Harmonies of #377AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377AF8

Black with #377AF8

Text Example


Text Example

White with #377AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,122,248); }

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

background-color css

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

 a { background-color: rgb(55,122,248); }

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

border-color css

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

 span { border-color: rgb(55,122,248); }

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