Html Css Color HEX #397DFA Royal Blue

📋 copy color: '#397DFA'

red 57 ◦ green 125 ◦ blue 250

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

Shades of Royal Blue #397DFA

Tints of Royal Blue #397DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 57.87%

R = 13.19%
G = 28.94%
B = 57.87%

CMYK

 C value IS 0.77

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#397DFA (or 0x397DFA) is known color: Royal Blue. HEX triplet: 39, 7D and FA. RGB value is (57,125,250). Sum of RGB (Red+Green+Blue) = 57+125+250=432 (57% of max value = 765). Red value is 57 (22.66% from 255 or 13.19% from 432); Green value is 125 (49.22% from 255 or 28.94% from 432); Blue value is 250 (98.05% from 255 or 57.87% from 432); Max value from RGB is 250 - color contains mainly: blue. Hex color #397DFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #397DFA is #C68205. Grayscale: #767676. Windows color (decimal): -13009414 or 16416057. OLE color: 16416057.

HSL color Cylindrical-coordinate representation of color #397DFA: hue angle of 218.86º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #397DFA is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 57 125 250 -
CMYK 0.77 0.50 0 0.02
HSL 218.86º 0.95% 0.6% -
HSV(B) 218.86º 0.77% 0.98% -
XYZ 26.28 22.44 93.39 -
YUV 118.92 201.97 83.84 -
System Red Green Blue C M Y K H S L
Decimal 57 125 250 0.77 0.50 0 0.02 218.86 0.95 0.6
Hex 39 7D FA 4D 32 0 2 DB 5F 3C
Octal 71 175 372 115 62 0 2 333 137 74
Binary 111001 1111101 11111010 1001101 110010 0 10 11011011 1011111 111100

Color Harmonies of #397DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397DFA

Black with #397DFA

Text Example


Text Example

White with #397DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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