Html Css Color HEX #397BDB Royal Blue

📋 copy color: '#397BDB'

red 57 ◦ green 123 ◦ blue 219

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

Shades of Royal Blue #397BDB

Tints of Royal Blue #397BDB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.83%

 BLUE value IS 219 (85.94% from 255) = 54.89%

R = 14.29%
G = 30.83%
B = 54.89%

CMYK

 C value IS 0.74

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#397BDB (or 0x397BDB) is known color: Royal Blue. HEX triplet: 39, 7B and DB. RGB value is (57,123,219). Sum of RGB (Red+Green+Blue) = 57+123+219=399 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.29% from 399); Green value is 123 (48.44% from 255 or 30.83% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #397BDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397BDB is #C68424. Grayscale: #717171. Windows color (decimal): -13009957 or 14383929. OLE color: 14383929.

HSL color Cylindrical-coordinate representation of color #397BDB: hue angle of 215.56º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #397BDB is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 57 123 219 -
CMYK 0.74 0.44 0 0.14
HSL 215.56º 0.69% 0.54% -
HSV(B) 215.56º 0.74% 0.86% -
XYZ 21.56 20.15 69.77 -
YUV 114.21 187.13 87.19 -
System Red Green Blue C M Y K H S L
Decimal 57 123 219 0.74 0.44 0 0.14 215.56 0.69 0.54
Hex 39 7B DB 4A 2C 0 E D8 45 36
Octal 71 173 333 112 54 0 16 330 105 66
Binary 111001 1111011 11011011 1001010 101100 0 1110 11011000 1000101 110110

Color Harmonies of #397BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397BDB

Black with #397BDB

Text Example


Text Example

White with #397BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,123,219); }

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

background-color css

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

 a { background-color: rgb(57,123,219); }

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

border-color css

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

 span { border-color: rgb(57,123,219); }

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