Html Css Color HEX #397DFC Royal Blue

📋 copy color: '#397DFC'

red 57 ◦ green 125 ◦ blue 252

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

Shades of Royal Blue #397DFC

Tints of Royal Blue #397DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 58.06%

R = 13.13%
G = 28.8%
B = 58.06%

CMYK

 C value IS 0.77

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#397DFC (or 0x397DFC) is known color: Royal Blue. HEX triplet: 39, 7D and FC. RGB value is (57,125,252). Sum of RGB (Red+Green+Blue) = 57+125+252=434 (57% of max value = 765). Red value is 57 (22.66% from 255 or 13.13% from 434); Green value is 125 (49.22% from 255 or 28.80% from 434); Blue value is 252 (98.83% from 255 or 58.06% from 434); Max value from RGB is 252 - color contains mainly: blue. Hex color #397DFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #397DFC is #C68203. Grayscale: #767676. Windows color (decimal): -13009412 or 16547129. OLE color: 16547129.

HSL color Cylindrical-coordinate representation of color #397DFC: hue angle of 219.08º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #397DFC is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 57 125 252 -
CMYK 0.77 0.50 0 0.01
HSL 219.08º 0.97% 0.61% -
HSV(B) 219.08º 0.77% 0.99% -
XYZ 26.59 22.57 95.05 -
YUV 119.15 202.97 83.67 -
System Red Green Blue C M Y K H S L
Decimal 57 125 252 0.77 0.50 0 0.01 219.08 0.97 0.61
Hex 39 7D FC 4D 32 0 1 DB 61 3D
Octal 71 175 374 115 62 0 1 333 141 75
Binary 111001 1111101 11111100 1001101 110010 0 1 11011011 1100001 111101

Color Harmonies of #397DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397DFC

Black with #397DFC

Text Example


Text Example

White with #397DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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