Html Css Color HEX #397EDE Royal Blue

📋 copy color: '#397EDE'

red 57 ◦ green 126 ◦ blue 222

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

Shades of Royal Blue #397EDE

Tints of Royal Blue #397EDE

RGB

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

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

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

R = 14.07%
G = 31.11%
B = 54.81%

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

#397EDE (or 0x397EDE) is known color: Royal Blue. HEX triplet: 39, 7E and DE. RGB value is (57,126,222). Sum of RGB (Red+Green+Blue) = 57+126+222=405 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.07% from 405); Green value is 126 (49.61% from 255 or 31.11% from 405); Blue value is 222 (87.11% from 255 or 54.81% from 405); Max value from RGB is 222 - color contains mainly: blue. Hex color #397EDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397EDE is #C68121. Grayscale: #737373. Windows color (decimal): -13009186 or 14581305. OLE color: 14581305.

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

Color convert

RGB 57 126 222 -
CMYK 0.74 0.43 0 0.13
HSL 214.91º 0.71% 0.55% -
HSV(B) 214.91º 0.74% 0.87% -
XYZ 22.33 21.07 72 -
YUV 116.31 187.64 85.69 -
System Red Green Blue C M Y K H S L
Decimal 57 126 222 0.74 0.43 0 0.13 214.91 0.71 0.55
Hex 39 7E DE 4A 2B 0 D D7 47 37
Octal 71 176 336 112 53 0 15 327 107 67
Binary 111001 1111110 11011110 1001010 101011 0 1101 11010111 1000111 110111

Color Harmonies of #397EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397EDE

Black with #397EDE

Text Example


Text Example

White with #397EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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