Html Css Color HEX #397FE1 Royal Blue

📋 copy color: '#397FE1'

red 57 ◦ green 127 ◦ blue 225

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

Shades of Royal Blue #397FE1

Tints of Royal Blue #397FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 55.01%

R = 13.94%
G = 31.05%
B = 55.01%

CMYK

 C value IS 0.75

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#397FE1 (or 0x397FE1) is known color: Royal Blue. HEX triplet: 39, 7F and E1. RGB value is (57,127,225). Sum of RGB (Red+Green+Blue) = 57+127+225=409 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.94% from 409); Green value is 127 (50% from 255 or 31.05% from 409); Blue value is 225 (88.28% from 255 or 55.01% from 409); Max value from RGB is 225 - color contains mainly: blue. Hex color #397FE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397FE1 is #C6801E. Grayscale: #747474. Windows color (decimal): -13008927 or 14778169. OLE color: 14778169.

HSL color Cylindrical-coordinate representation of color #397FE1: hue angle of 215º degrees, saturation: 0.74, 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 #397FE1 is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 57 127 225 -
CMYK 0.75 0.44 0 0.12
HSL 215º 0.74% 0.55% -
HSV(B) 215º 0.75% 0.88% -
XYZ 22.87 21.48 74.18 -
YUV 117.24 188.81 85.03 -
System Red Green Blue C M Y K H S L
Decimal 57 127 225 0.75 0.44 0 0.12 215 0.74 0.55
Hex 39 7F E1 4B 2C 0 C D7 4A 37
Octal 71 177 341 113 54 0 14 327 112 67
Binary 111001 1111111 11100001 1001011 101100 0 1100 11010111 1001010 110111

Color Harmonies of #397FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397FE1

Black with #397FE1

Text Example


Text Example

White with #397FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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