Html Css Color HEX #397FDA Royal Blue

📋 copy color: '#397FDA'

red 57 ◦ green 127 ◦ blue 218

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

Shades of Royal Blue #397FDA

Tints of Royal Blue #397FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 54.23%

R = 14.18%
G = 31.59%
B = 54.23%

CMYK

 C value IS 0.74

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#397FDA (or 0x397FDA) is known color: Royal Blue. HEX triplet: 39, 7F and DA. RGB value is (57,127,218). Sum of RGB (Red+Green+Blue) = 57+127+218=402 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.18% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 218 (85.55% from 255 or 54.23% from 402); Max value from RGB is 218 - color contains mainly: blue. Hex color #397FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397FDA is #C68025. Grayscale: #747474. Windows color (decimal): -13008934 or 14319417. OLE color: 14319417.

HSL color Cylindrical-coordinate representation of color #397FDA: hue angle of 213.91º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #397FDA is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 57 127 218 -
CMYK 0.74 0.42 0 0.15
HSL 213.91º 0.69% 0.54% -
HSV(B) 213.91º 0.74% 0.85% -
XYZ 21.93 21.11 69.25 -
YUV 116.44 185.31 85.6 -
System Red Green Blue C M Y K H S L
Decimal 57 127 218 0.74 0.42 0 0.15 213.91 0.69 0.54
Hex 39 7F DA 4A 2A 0 F D6 45 36
Octal 71 177 332 112 52 0 17 326 105 66
Binary 111001 1111111 11011010 1001010 101010 0 1111 11010110 1000101 110110

Color Harmonies of #397FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397FDA

Black with #397FDA

Text Example


Text Example

White with #397FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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