Html Css Color HEX #397CFA Royal Blue

📋 copy color: '#397CFA'

red 57 ◦ green 124 ◦ blue 250

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

Shades of Royal Blue #397CFA

Tints of Royal Blue #397CFA

RGB

 RED value IS 57 (22.66% from 255) = 13.23%

 GREEN value IS 124 (48.83% from 255) = 28.77%

 BLUE value IS 250 (98.05% from 255) = 58%

R = 13.23%
G = 28.77%
B = 58%

CMYK

 C value IS 0.77

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#397CFA (or 0x397CFA) is known color: Royal Blue. HEX triplet: 39, 7C and FA. RGB value is (57,124,250). Sum of RGB (Red+Green+Blue) = 57+124+250=431 (57% of max value = 765). Red value is 57 (22.66% from 255 or 13.23% from 431); Green value is 124 (48.83% from 255 or 28.77% from 431); Blue value is 250 (98.05% from 255 or 58.00% from 431); Max value from RGB is 250 - color contains mainly: blue. Hex color #397CFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #397CFA is #C68305. Grayscale: #757575. Windows color (decimal): -13009670 or 16415801. OLE color: 16415801.

HSL color Cylindrical-coordinate representation of color #397CFA: hue angle of 219.17º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #397CFA is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 57 124 250 -
CMYK 0.77 0.50 0 0.02
HSL 219.17º 0.95% 0.6% -
HSV(B) 219.17º 0.77% 0.98% -
XYZ 26.15 22.19 93.35 -
YUV 118.33 202.3 84.25 -
System Red Green Blue C M Y K H S L
Decimal 57 124 250 0.77 0.50 0 0.02 219.17 0.95 0.6
Hex 39 7C FA 4D 32 0 2 DB 5F 3C
Octal 71 174 372 115 62 0 2 333 137 74
Binary 111001 1111100 11111010 1001101 110010 0 10 11011011 1011111 111100

Color Harmonies of #397CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397CFA

Black with #397CFA

Text Example


Text Example

White with #397CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397CFA; }

 p { color: rgb(57,124,250); }

 H1.HeaderClassName
 {
   color: #397CFA;
 }
 .AnyTagClassName
 {
   color: #397CFA;
 }
</style>

background-color css

<style>
 a { background-color: #397CFA; }

 a { background-color: rgb(57,124,250); }

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

border-color css

<style>
 span { border-color: #397CFA; }

 span { border-color: rgb(57,124,250); }

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