Html Css Color HEX #397FE0 Royal Blue

📋 copy color: '#397FE0'

red 57 ◦ green 127 ◦ blue 224

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

Shades of Royal Blue #397FE0

Tints of Royal Blue #397FE0

RGB

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

 GREEN value IS 127 (50% from 255) = 31.13%

 BLUE value IS 224 (87.89% from 255) = 54.9%

R = 13.97%
G = 31.13%
B = 54.9%

CMYK

 C value IS 0.75

 M value IS 0.43

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#397FE0 (or 0x397FE0) is known color: Royal Blue. HEX triplet: 39, 7F and E0. RGB value is (57,127,224). Sum of RGB (Red+Green+Blue) = 57+127+224=408 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.97% from 408); Green value is 127 (50% from 255 or 31.13% from 408); Blue value is 224 (87.89% from 255 or 54.90% from 408); Max value from RGB is 224 - color contains mainly: blue. Hex color #397FE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397FE0 is #C6801F. Grayscale: #747474. Windows color (decimal): -13008928 or 14712633. OLE color: 14712633.

HSL color Cylindrical-coordinate representation of color #397FE0: hue angle of 214.85º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #397FE0 is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 57 127 224 -
CMYK 0.75 0.43 0 0.12
HSL 214.85º 0.73% 0.55% -
HSV(B) 214.85º 0.75% 0.88% -
XYZ 22.73 21.43 73.46 -
YUV 117.13 188.31 85.11 -
System Red Green Blue C M Y K H S L
Decimal 57 127 224 0.75 0.43 0 0.12 214.85 0.73 0.55
Hex 39 7F E0 4B 2B 0 C D7 49 37
Octal 71 177 340 113 53 0 14 327 111 67
Binary 111001 1111111 11100000 1001011 101011 0 1100 11010111 1001001 110111

Color Harmonies of #397FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397FE0

Black with #397FE0

Text Example


Text Example

White with #397FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,127,224); }

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

background-color css

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

 a { background-color: rgb(57,127,224); }

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

border-color css

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

 span { border-color: rgb(57,127,224); }

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