Html Css Color HEX #397DDE Royal Blue

📋 copy color: '#397DDE'

red 57 ◦ green 125 ◦ blue 222

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

Shades of Royal Blue #397DDE

Tints of Royal Blue #397DDE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.94%

 BLUE value IS 222 (87.11% from 255) = 54.95%

R = 14.11%
G = 30.94%
B = 54.95%

CMYK

 C value IS 0.74

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#397DDE (or 0x397DDE) is known color: Royal Blue. HEX triplet: 39, 7D and DE. RGB value is (57,125,222). Sum of RGB (Red+Green+Blue) = 57+125+222=404 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.11% from 404); Green value is 125 (49.22% from 255 or 30.94% from 404); Blue value is 222 (87.11% from 255 or 54.95% from 404); Max value from RGB is 222 - color contains mainly: blue. Hex color #397DDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397DDE is #C68221. Grayscale: #737373. Windows color (decimal): -13009442 or 14581049. OLE color: 14581049.

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

Color convert

RGB 57 125 222 -
CMYK 0.74 0.44 0 0.13
HSL 215.27º 0.71% 0.55% -
HSV(B) 215.27º 0.74% 0.87% -
XYZ 22.21 20.81 71.95 -
YUV 115.73 187.97 86.11 -
System Red Green Blue C M Y K H S L
Decimal 57 125 222 0.74 0.44 0 0.13 215.27 0.71 0.55
Hex 39 7D DE 4A 2C 0 D D7 47 37
Octal 71 175 336 112 54 0 15 327 107 67
Binary 111001 1111101 11011110 1001010 101100 0 1101 11010111 1000111 110111

Color Harmonies of #397DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397DDE

Black with #397DDE

Text Example


Text Example

White with #397DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,125,222); }

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

background-color css

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

 a { background-color: rgb(57,125,222); }

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

border-color css

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

 span { border-color: rgb(57,125,222); }

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