Html Css Color HEX #377BFC Royal Blue

📋 copy color: '#377BFC'

red 55 ◦ green 123 ◦ blue 252

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

Shades of Royal Blue #377BFC

Tints of Royal Blue #377BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 58.6%

R = 12.79%
G = 28.6%
B = 58.6%

CMYK

 C value IS 0.78

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#377BFC (or 0x377BFC) is known color: Royal Blue. HEX triplet: 37, 7B and FC. RGB value is (55,123,252). Sum of RGB (Red+Green+Blue) = 55+123+252=430 (56% of max value = 765). Red value is 55 (21.88% from 255 or 12.79% from 430); Green value is 123 (48.44% from 255 or 28.60% from 430); Blue value is 252 (98.83% from 255 or 58.60% from 430); Max value from RGB is 252 - color contains mainly: blue. Hex color #377BFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #377BFC is #C88403. Grayscale: #747474. Windows color (decimal): -13140996 or 16546615. OLE color: 16546615.

HSL color Cylindrical-coordinate representation of color #377BFC: hue angle of 219.29º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #377BFC is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 55 123 252 -
CMYK 0.78 0.51 0 0.01
HSL 219.29º 0.97% 0.6% -
HSV(B) 219.29º 0.78% 0.99% -
XYZ 26.23 22.01 94.96 -
YUV 117.37 203.97 83.51 -
System Red Green Blue C M Y K H S L
Decimal 55 123 252 0.78 0.51 0 0.01 219.29 0.97 0.6
Hex 37 7B FC 4E 33 0 1 DB 61 3C
Octal 67 173 374 116 63 0 1 333 141 74
Binary 110111 1111011 11111100 1001110 110011 0 1 11011011 1100001 111100

Color Harmonies of #377BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377BFC

Black with #377BFC

Text Example


Text Example

White with #377BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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