Html Css Color HEX #397BD6 Royal Blue

📋 copy color: '#397BD6'

red 57 ◦ green 123 ◦ blue 214

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

Shades of Royal Blue #397BD6

Tints of Royal Blue #397BD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 54.31%

R = 14.47%
G = 31.22%
B = 54.31%

CMYK

 C value IS 0.73

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#397BD6 (or 0x397BD6) is known color: Royal Blue. HEX triplet: 39, 7B and D6. RGB value is (57,123,214). Sum of RGB (Red+Green+Blue) = 57+123+214=394 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.47% from 394); Green value is 123 (48.44% from 255 or 31.22% from 394); Blue value is 214 (83.98% from 255 or 54.31% from 394); Max value from RGB is 214 - color contains mainly: blue. Hex color #397BD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397BD6 is #C68429. Grayscale: #717171. Windows color (decimal): -13009962 or 14056249. OLE color: 14056249.

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

Color convert

RGB 57 123 214 -
CMYK 0.73 0.43 0 0.16
HSL 214.78º 0.66% 0.53% -
HSV(B) 214.78º 0.73% 0.84% -
XYZ 20.91 19.89 66.36 -
YUV 113.64 184.63 87.6 -
System Red Green Blue C M Y K H S L
Decimal 57 123 214 0.73 0.43 0 0.16 214.78 0.66 0.53
Hex 39 7B D6 49 2B 0 10 D7 42 35
Octal 71 173 326 111 53 0 20 327 102 65
Binary 111001 1111011 11010110 1001001 101011 0 10000 11010111 1000010 110101

Color Harmonies of #397BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397BD6

Black with #397BD6

Text Example


Text Example

White with #397BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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