Html Css Color HEX #397FDD Royal Blue

📋 copy color: '#397FDD'

red 57 ◦ green 127 ◦ blue 221

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

Shades of Royal Blue #397FDD

Tints of Royal Blue #397FDD

RGB

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

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

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

R = 14.07%
G = 31.36%
B = 54.57%

CMYK

 C value IS 0.74

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#397FDD (or 0x397FDD) is known color: Royal Blue. HEX triplet: 39, 7F and DD. RGB value is (57,127,221). Sum of RGB (Red+Green+Blue) = 57+127+221=405 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.07% from 405); Green value is 127 (50% from 255 or 31.36% from 405); Blue value is 221 (86.72% from 255 or 54.57% from 405); Max value from RGB is 221 - color contains mainly: blue. Hex color #397FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397FDD is #C68022. Grayscale: #747474. Windows color (decimal): -13008931 or 14516025. OLE color: 14516025.

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

Color convert

RGB 57 127 221 -
CMYK 0.74 0.43 0 0.13
HSL 214.39º 0.71% 0.55% -
HSV(B) 214.39º 0.74% 0.87% -
XYZ 22.33 21.27 71.34 -
YUV 116.79 186.81 85.36 -
System Red Green Blue C M Y K H S L
Decimal 57 127 221 0.74 0.43 0 0.13 214.39 0.71 0.55
Hex 39 7F DD 4A 2B 0 D D6 47 37
Octal 71 177 335 112 53 0 15 326 107 67
Binary 111001 1111111 11011101 1001010 101011 0 1101 11010110 1000111 110111

Color Harmonies of #397FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397FDD

Black with #397FDD

Text Example


Text Example

White with #397FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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