Html Css Color HEX #397DEC Royal Blue

📋 copy color: '#397DEC'

red 57 ◦ green 125 ◦ blue 236

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

Shades of Royal Blue #397DEC

Tints of Royal Blue #397DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 56.46%

R = 13.64%
G = 29.9%
B = 56.46%

CMYK

 C value IS 0.76

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#397DEC (or 0x397DEC) is known color: Royal Blue. HEX triplet: 39, 7D and EC. RGB value is (57,125,236). Sum of RGB (Red+Green+Blue) = 57+125+236=418 (55% of max value = 765). Red value is 57 (22.66% from 255 or 13.64% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 236 (92.58% from 255 or 56.46% from 418); Max value from RGB is 236 - color contains mainly: blue. Hex color #397DEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #397DEC is #C68213. Grayscale: #747474. Windows color (decimal): -13009428 or 15498553. OLE color: 15498553.

HSL color Cylindrical-coordinate representation of color #397DEC: hue angle of 217.21º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #397DEC is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 57 125 236 -
CMYK 0.76 0.47 0 0.07
HSL 217.21º 0.82% 0.57% -
HSV(B) 217.21º 0.76% 0.93% -
XYZ 24.16 21.59 82.25 -
YUV 117.32 194.97 84.97 -
System Red Green Blue C M Y K H S L
Decimal 57 125 236 0.76 0.47 0 0.07 217.21 0.82 0.57
Hex 39 7D EC 4C 2F 0 7 D9 52 39
Octal 71 175 354 114 57 0 7 331 122 71
Binary 111001 1111101 11101100 1001100 101111 0 111 11011001 1010010 111001

Color Harmonies of #397DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397DEC

Black with #397DEC

Text Example


Text Example

White with #397DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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