Html Css Color HEX #397BD5 Royal Blue

📋 copy color: '#397BD5'

red 57 ◦ green 123 ◦ blue 213

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

Shades of Royal Blue #397BD5

Tints of Royal Blue #397BD5

RGB

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

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

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

R = 14.5%
G = 31.3%
B = 54.2%

CMYK

 C value IS 0.73

 M value IS 0.42

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#397BD5 (or 0x397BD5) is known color: Royal Blue. HEX triplet: 39, 7B and D5. RGB value is (57,123,213). Sum of RGB (Red+Green+Blue) = 57+123+213=393 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.50% from 393); Green value is 123 (48.44% from 255 or 31.30% from 393); Blue value is 213 (83.59% from 255 or 54.20% from 393); Max value from RGB is 213 - color contains mainly: blue. Hex color #397BD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397BD5 is #C6842A. Grayscale: #717171. Windows color (decimal): -13009963 or 13990713. OLE color: 13990713.

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

Color convert

RGB 57 123 213 -
CMYK 0.73 0.42 0 0.16
HSL 214.62º 0.65% 0.53% -
HSV(B) 214.62º 0.73% 0.84% -
XYZ 20.78 19.84 65.69 -
YUV 113.53 184.13 87.68 -
System Red Green Blue C M Y K H S L
Decimal 57 123 213 0.73 0.42 0 0.16 214.62 0.65 0.53
Hex 39 7B D5 49 2A 0 10 D7 41 35
Octal 71 173 325 111 52 0 20 327 101 65
Binary 111001 1111011 11010101 1001001 101010 0 10000 11010111 1000001 110101

Color Harmonies of #397BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397BD5

Black with #397BD5

Text Example


Text Example

White with #397BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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