Html Css Color HEX #397ED7 Royal Blue

📋 copy color: '#397ED7'

red 57 ◦ green 126 ◦ blue 215

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

Shades of Royal Blue #397ED7

Tints of Royal Blue #397ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 54.02%

R = 14.32%
G = 31.66%
B = 54.02%

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

#397ED7 (or 0x397ED7) is known color: Royal Blue. HEX triplet: 39, 7E and D7. RGB value is (57,126,215). Sum of RGB (Red+Green+Blue) = 57+126+215=398 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.32% from 398); Green value is 126 (49.61% from 255 or 31.66% from 398); Blue value is 215 (84.38% from 255 or 54.02% from 398); Max value from RGB is 215 - color contains mainly: blue. Hex color #397ED7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397ED7 is #C68128. Grayscale: #737373. Windows color (decimal): -13009193 or 14122553. OLE color: 14122553.

HSL color Cylindrical-coordinate representation of color #397ED7: hue angle of 213.8º degrees, saturation: 0.66, 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 #397ED7 is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 57 126 215 -
CMYK 0.73 0.41 0 0.16
HSL 213.8º 0.66% 0.53% -
HSV(B) 213.8º 0.73% 0.84% -
XYZ 21.41 20.7 67.16 -
YUV 115.52 184.14 86.26 -
System Red Green Blue C M Y K H S L
Decimal 57 126 215 0.73 0.41 0 0.16 213.8 0.66 0.53
Hex 39 7E D7 49 29 0 10 D6 42 35
Octal 71 176 327 111 51 0 20 326 102 65
Binary 111001 1111110 11010111 1001001 101001 0 10000 11010110 1000010 110101

Color Harmonies of #397ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397ED7

Black with #397ED7

Text Example


Text Example

White with #397ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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