Html Css Color HEX #397DDA Royal Blue

📋 copy color: '#397DDA'

red 57 ◦ green 125 ◦ blue 218

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

Shades of Royal Blue #397DDA

Tints of Royal Blue #397DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 54.5%

R = 14.25%
G = 31.25%
B = 54.5%

CMYK

 C value IS 0.74

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#397DDA (or 0x397DDA) is known color: Royal Blue. HEX triplet: 39, 7D and DA. RGB value is (57,125,218). Sum of RGB (Red+Green+Blue) = 57+125+218=400 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.25% from 400); Green value is 125 (49.22% from 255 or 31.25% from 400); Blue value is 218 (85.55% from 255 or 54.5% from 400); Max value from RGB is 218 - color contains mainly: blue. Hex color #397DDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397DDA is #C68225. Grayscale: #727272. Windows color (decimal): -13009446 or 14318905. OLE color: 14318905.

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

Color convert

RGB 57 125 218 -
CMYK 0.74 0.43 0 0.15
HSL 214.66º 0.69% 0.54% -
HSV(B) 214.66º 0.74% 0.85% -
XYZ 21.68 20.6 69.16 -
YUV 115.27 185.97 86.44 -
System Red Green Blue C M Y K H S L
Decimal 57 125 218 0.74 0.43 0 0.15 214.66 0.69 0.54
Hex 39 7D DA 4A 2B 0 F D7 45 36
Octal 71 175 332 112 53 0 17 327 105 66
Binary 111001 1111101 11011010 1001010 101011 0 1111 11010111 1000101 110110

Color Harmonies of #397DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397DDA

Black with #397DDA

Text Example


Text Example

White with #397DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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