Html Css Color HEX #397EDA Royal Blue

📋 copy color: '#397EDA'

red 57 ◦ green 126 ◦ blue 218

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

Shades of Royal Blue #397EDA

Tints of Royal Blue #397EDA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.42%

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

R = 14.21%
G = 31.42%
B = 54.36%

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

#397EDA (or 0x397EDA) is known color: Royal Blue. HEX triplet: 39, 7E and DA. RGB value is (57,126,218). Sum of RGB (Red+Green+Blue) = 57+126+218=401 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.21% from 401); Green value is 126 (49.61% from 255 or 31.42% from 401); Blue value is 218 (85.55% from 255 or 54.36% from 401); Max value from RGB is 218 - color contains mainly: blue. Hex color #397EDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397EDA is #C68125. Grayscale: #737373. Windows color (decimal): -13009190 or 14319161. OLE color: 14319161.

HSL color Cylindrical-coordinate representation of color #397EDA: hue angle of 214.29º 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 #397EDA is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 57 126 218 -
CMYK 0.74 0.42 0 0.15
HSL 214.29º 0.69% 0.54% -
HSV(B) 214.29º 0.74% 0.85% -
XYZ 21.8 20.85 69.21 -
YUV 115.86 185.64 86.02 -
System Red Green Blue C M Y K H S L
Decimal 57 126 218 0.74 0.42 0 0.15 214.29 0.69 0.54
Hex 39 7E DA 4A 2A 0 F D6 45 36
Octal 71 176 332 112 52 0 17 326 105 66
Binary 111001 1111110 11011010 1001010 101010 0 1111 11010110 1000101 110110

Color Harmonies of #397EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397EDA

Black with #397EDA

Text Example


Text Example

White with #397EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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