Html Css Color HEX #397AD9 Royal Blue

📋 copy color: '#397AD9'

red 57 ◦ green 122 ◦ blue 217

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

Shades of Royal Blue #397AD9

Tints of Royal Blue #397AD9

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.81%

 BLUE value IS 217 (85.16% from 255) = 54.8%

R = 14.39%
G = 30.81%
B = 54.8%

CMYK

 C value IS 0.74

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#397AD9 (or 0x397AD9) is known color: Royal Blue. HEX triplet: 39, 7A and D9. RGB value is (57,122,217). Sum of RGB (Red+Green+Blue) = 57+122+217=396 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.39% from 396); Green value is 122 (48.05% from 255 or 30.81% from 396); Blue value is 217 (85.16% from 255 or 54.80% from 396); Max value from RGB is 217 - color contains mainly: blue. Hex color #397AD9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397AD9 is #C68526. Grayscale: #707070. Windows color (decimal): -13010215 or 14252601. OLE color: 14252601.

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

Color convert

RGB 57 122 217 -
CMYK 0.74 0.44 0 0.15
HSL 215.63º 0.68% 0.54% -
HSV(B) 215.63º 0.74% 0.85% -
XYZ 21.17 19.8 68.35 -
YUV 113.4 186.47 87.78 -
System Red Green Blue C M Y K H S L
Decimal 57 122 217 0.74 0.44 0 0.15 215.63 0.68 0.54
Hex 39 7A D9 4A 2C 0 F D8 44 36
Octal 71 172 331 112 54 0 17 330 104 66
Binary 111001 1111010 11011001 1001010 101100 0 1111 11011000 1000100 110110

Color Harmonies of #397AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397AD9

Black with #397AD9

Text Example


Text Example

White with #397AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,122,217); }

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

background-color css

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

 a { background-color: rgb(57,122,217); }

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

border-color css

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

 span { border-color: rgb(57,122,217); }

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