Html Css Color HEX #397DD8 Royal Blue

📋 copy color: '#397DD8'

red 57 ◦ green 125 ◦ blue 216

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

Shades of Royal Blue #397DD8

Tints of Royal Blue #397DD8

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.41%

 BLUE value IS 216 (84.77% from 255) = 54.27%

R = 14.32%
G = 31.41%
B = 54.27%

CMYK

 C value IS 0.74

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#397DD8 (or 0x397DD8) is known color: Royal Blue. HEX triplet: 39, 7D and D8. RGB value is (57,125,216). Sum of RGB (Red+Green+Blue) = 57+125+216=398 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.32% from 398); Green value is 125 (49.22% from 255 or 31.41% from 398); Blue value is 216 (84.77% from 255 or 54.27% from 398); Max value from RGB is 216 - color contains mainly: blue. Hex color #397DD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397DD8 is #C68227. Grayscale: #727272. Windows color (decimal): -13009448 or 14187833. OLE color: 14187833.

HSL color Cylindrical-coordinate representation of color #397DD8: hue angle of 214.34º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #397DD8 is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 57 125 216 -
CMYK 0.74 0.42 0 0.15
HSL 214.34º 0.67% 0.54% -
HSV(B) 214.34º 0.74% 0.85% -
XYZ 21.42 20.49 67.79 -
YUV 115.04 184.97 86.6 -
System Red Green Blue C M Y K H S L
Decimal 57 125 216 0.74 0.42 0 0.15 214.34 0.67 0.54
Hex 39 7D D8 4A 2A 0 F D6 43 36
Octal 71 175 330 112 52 0 17 326 103 66
Binary 111001 1111101 11011000 1001010 101010 0 1111 11010110 1000011 110110

Color Harmonies of #397DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397DD8

Black with #397DD8

Text Example


Text Example

White with #397DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,125,216); }

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

background-color css

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

 a { background-color: rgb(57,125,216); }

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

border-color css

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

 span { border-color: rgb(57,125,216); }

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