Html Css Color HEX #397ED5 Royal Blue

📋 copy color: '#397ED5'

red 57 ◦ green 126 ◦ blue 213

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

Shades of Royal Blue #397ED5

Tints of Royal Blue #397ED5

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.82%

 BLUE value IS 213 (83.59% from 255) = 53.79%

R = 14.39%
G = 31.82%
B = 53.79%

CMYK

 C value IS 0.73

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#397ED5 (or 0x397ED5) is known color: Royal Blue. HEX triplet: 39, 7E and D5. RGB value is (57,126,213). Sum of RGB (Red+Green+Blue) = 57+126+213=396 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.39% from 396); Green value is 126 (49.61% from 255 or 31.82% from 396); Blue value is 213 (83.59% from 255 or 53.79% from 396); Max value from RGB is 213 - color contains mainly: blue. Hex color #397ED5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397ED5 is #C6812A. Grayscale: #727272. Windows color (decimal): -13009195 or 13991481. OLE color: 13991481.

HSL color Cylindrical-coordinate representation of color #397ED5: hue angle of 213.46º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #397ED5 is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 57 126 213 -
CMYK 0.73 0.41 0 0.16
HSL 213.46º 0.65% 0.53% -
HSV(B) 213.46º 0.73% 0.84% -
XYZ 21.16 20.6 65.81 -
YUV 115.29 183.14 86.43 -
System Red Green Blue C M Y K H S L
Decimal 57 126 213 0.73 0.41 0 0.16 213.46 0.65 0.53
Hex 39 7E D5 49 29 0 10 D5 41 35
Octal 71 176 325 111 51 0 20 325 101 65
Binary 111001 1111110 11010101 1001001 101001 0 10000 11010101 1000001 110101

Color Harmonies of #397ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397ED5

Black with #397ED5

Text Example


Text Example

White with #397ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,126,213); }

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

background-color css

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

 a { background-color: rgb(57,126,213); }

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

border-color css

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

 span { border-color: rgb(57,126,213); }

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