Html Css Color HEX #397ADD Royal Blue

📋 copy color: '#397ADD'

red 57 ◦ green 122 ◦ blue 221

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

Shades of Royal Blue #397ADD

Tints of Royal Blue #397ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.25%

R = 14.25%
G = 30.5%
B = 55.25%

CMYK

 C value IS 0.74

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#397ADD (or 0x397ADD) is known color: Royal Blue. HEX triplet: 39, 7A and DD. RGB value is (57,122,221). Sum of RGB (Red+Green+Blue) = 57+122+221=400 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.25% from 400); Green value is 122 (48.05% from 255 or 30.5% from 400); Blue value is 221 (86.72% from 255 or 55.25% from 400); Max value from RGB is 221 - color contains mainly: blue. Hex color #397ADD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397ADD is #C68522. Grayscale: #717171. Windows color (decimal): -13010211 or 14514745. OLE color: 14514745.

HSL color Cylindrical-coordinate representation of color #397ADD: hue angle of 216.22º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #397ADD is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 57 122 221 -
CMYK 0.74 0.45 0 0.13
HSL 216.22º 0.71% 0.55% -
HSV(B) 216.22º 0.74% 0.87% -
XYZ 21.7 20.01 71.13 -
YUV 113.85 188.47 87.45 -
System Red Green Blue C M Y K H S L
Decimal 57 122 221 0.74 0.45 0 0.13 216.22 0.71 0.55
Hex 39 7A DD 4A 2D 0 D D8 47 37
Octal 71 172 335 112 55 0 15 330 107 67
Binary 111001 1111010 11011101 1001010 101101 0 1101 11011000 1000111 110111

Color Harmonies of #397ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397ADD

Black with #397ADD

Text Example


Text Example

White with #397ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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