Html Css Color HEX #397BF1 Royal Blue

📋 copy color: '#397BF1'

red 57 ◦ green 123 ◦ blue 241

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

Shades of Royal Blue #397BF1

Tints of Royal Blue #397BF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 57.24%

R = 13.54%
G = 29.22%
B = 57.24%

CMYK

 C value IS 0.76

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#397BF1 (or 0x397BF1) is known color: Royal Blue. HEX triplet: 39, 7B and F1. RGB value is (57,123,241). Sum of RGB (Red+Green+Blue) = 57+123+241=421 (55% of max value = 765). Red value is 57 (22.66% from 255 or 13.54% from 421); Green value is 123 (48.44% from 255 or 29.22% from 421); Blue value is 241 (94.53% from 255 or 57.24% from 421); Max value from RGB is 241 - color contains mainly: blue. Hex color #397BF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #397BF1 is #C6840E. Grayscale: #747474. Windows color (decimal): -13009935 or 15825721. OLE color: 15825721.

HSL color Cylindrical-coordinate representation of color #397BF1: hue angle of 218.48º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #397BF1 is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 57 123 241 -
CMYK 0.76 0.49 0 0.05
HSL 218.48º 0.87% 0.58% -
HSV(B) 218.48º 0.76% 0.95% -
XYZ 24.65 21.39 86.05 -
YUV 116.72 198.13 85.41 -
System Red Green Blue C M Y K H S L
Decimal 57 123 241 0.76 0.49 0 0.05 218.48 0.87 0.58
Hex 39 7B F1 4C 31 0 5 DA 57 3A
Octal 71 173 361 114 61 0 5 332 127 72
Binary 111001 1111011 11110001 1001100 110001 0 101 11011010 1010111 111010

Color Harmonies of #397BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397BF1

Black with #397BF1

Text Example


Text Example

White with #397BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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